summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn-2/+6
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree-0/+1
2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend-9/+16
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel-1/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer-0/+1
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer-2/+2
2017-08-13net: export some generic xdp helpersJason Wang-6/+8
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang-2/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn-1/+1
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn-2/+2
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca-1/+21
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca-0/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2017-07-19net: make dev_close and related functions voidstephen hemminger-15/+11
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller-18/+0
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend-2/+20
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend-95/+113
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko-3/+3
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong-1/+2
2017-07-03net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys-1/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-5/+5
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+20
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček-7/+17
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet-3/+3
2017-06-23xdp: add reporting of offload modeJakub Kicinski-2/+1
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski-2/+5
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski-2/+3
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+0
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior-2/+0
2017-06-17net: remove dst gc related codeWei Wang-1/+0
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau-8/+11
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+30
2017-06-13net: rps: fix uninitialized symbol warningAshwanth Goli-1/+1
2017-06-09net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org-9/+22
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-2/+6
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko-1/+2
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko-0/+2
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich-1/+1
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar-0/+26
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti-2/+12
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti-0/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti-3/+0
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti-0/+41
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko-2/+3
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann-19/+36
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann-0/+2
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka-3/+4
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko-15/+9