summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn2017-09-221-2/+6
* net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree2017-09-201-0/+1
* net: rcu lock and preempt disable missing around generic xdpJohn Fastabend2017-09-081-9/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+3
|\
| * mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-011-1/+2
| * net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer2017-08-281-0/+1
* | xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer2017-08-241-2/+2
* | net: export some generic xdp helpersJason Wang2017-08-131-6/+8
* | net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang2017-08-111-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-1/+1
|\ \ | |/
| * net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-2/+2
* | net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
* | net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-241-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-3/+3
|\ \ | |/
| * mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-3/+3
* | net: make dev_close and related functions voidstephen hemminger2017-07-191-15/+11
* | net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller2017-07-171-18/+0
* | net: implement XDP_REDIRECT for xdp genericJohn Fastabend2017-07-171-2/+20
* | net: xdp: support xdp generic on virtual devicesJohn Fastabend2017-07-171-95/+113
|/
* bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-081-1/+2
* net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys2017-07-031-1/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-10/+20
|\
| * net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
| * net: prevent sign extension in dev_get_stats()Eric Dumazet2017-06-271-3/+3
* | xdp: add reporting of offload modeJakub Kicinski2017-06-231-2/+1
* | xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-231-2/+5
* | xdp: pass XDP flags into install handlersJakub Kicinski2017-06-231-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+0
|\ \ | |/
| * net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior2017-06-201-2/+0
* | net: remove dst gc related codeWei Wang2017-06-171-1/+0
* | net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2017-06-161-8/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-12/+30
|\ \ | |/
| * net: rps: fix uninitialized symbol warningAshwanth Goli2017-06-131-1/+1
| * net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org2017-06-091-9/+22
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+6
| * net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-06-071-1/+2
* | net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+2
* | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-271-1/+1
* | net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-211-0/+26
* | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-191-2/+12
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-0/+1
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-3/+0
* | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-191-0/+41
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-2/+3
|/
* xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-111-19/+36
* xdp: add flag to enforce driver modeDaniel Borkmann2017-05-111-0/+2
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-081-3/+4
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-081-15/+9
OpenPOWER on IntegriCloud