summaryrefslogtreecommitdiff
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: fool proof dev_valid_name()Eric Dumazet2018-04-131-1/+1
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-04-131-1/+1
* net: fix race on decreasing number of TX queuesJakub Kicinski2018-03-111-2/+9
* net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2018-02-251-1/+1
* net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-311-4/+15
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-12-201-0/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-111-3/+4
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-111-3/+9
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-07-211-2/+2
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2017-04-181-0/+1
* net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins2017-04-181-31/+37
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-04-181-18/+13
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2017-01-151-1/+1
* net: call rcu_read_lock early in process_backlogJulian Anastasov2015-09-281-15/+15
* net: do not process device backlog during unregistrationJulian Anastasov2015-09-271-2/+4
* net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet2015-09-271-1/+2
* net: core: Correct an over-stringent device loop detection.Vlad Yasevich2015-06-151-1/+1
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2015-04-271-6/+2
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2015-04-271-2/+2
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-271-1/+3
* net: reject creation of netdev names with colonsMatthew Thode2015-03-141-1/+1
* net: rps: fix cpu unplugEric Dumazet2015-02-261-5/+15
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2015-01-271-9/+14
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-01-271-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2015-01-271-5/+8
* net: drop the packet when fails to do software segmentation or header checkJason Wang2015-01-271-1/+1
* net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-261-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-181-1/+1
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-151-1/+1
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-7/+7
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-197/+262
|\ \
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-10/+9
| * | net: validate_xmit_vlan() is staticEric Dumazet2014-10-061-1/+2
| * | net: introduce netdevice gso_min_segs attributeEric Dumazet2014-10-061-3/+6
| * | net: skb_segment() provides list head and tailEric Dumazet2014-10-061-12/+15
| * | qdisc: validate skb without holding lockEric Dumazet2014-10-031-3/+26
| * | net: Change netdev_<level> logging functions to return voidJoe Perches2014-09-261-27/+17
| * | net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-10/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-7/+11
| |\ \
| * | | net: keep original skb which only needs header checking during software GSOJason Wang2014-09-221-3/+5
| * | | ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-6/+8
| * | | net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-131-2/+49
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-6/+71
| |\ \ \
| * | | | qdisc: validate frames going through the direct_xmit pathJesper Dangaard Brouer2014-09-031-2/+8
| * | | | net: Support for csum_bad in skbuffTom Herbert2014-09-011-1/+1