summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-12-17net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-10-21vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+2
2018-06-17net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-06-17net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-11-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-11-11net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-11-11net: remove open-coded skb_cow_head.françois romieu1-2/+2
2017-09-15net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-1/+7
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet1-2/+2
2017-06-05net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-16net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2017-03-16net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2017-03-16net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-03-16net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-03-16gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-03-16gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2016-05-01tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2015-08-27net: call rcu_read_lock early in process_backlogJulian Anastasov1-15/+15
2015-08-10net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-08-10net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-06-12net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+3
2015-03-12net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-02-10net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-01-23net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2015-01-23net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev1-1/+60
2015-01-19net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-19net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-10-15net: fix checksum features handling in netif_skb_features()Michal Kubeček1-5/+11
2014-10-15net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-1/+1
2014-07-17net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-0/+2
2014-07-08net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-08net: Performance fix for process_backlogTom Herbert1-11/+10
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-37/+61
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-06-09net: force a list_del() in unregister_netdevice_many()Eric Dumazet1-1/+4
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-4/+4
2014-06-06MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman1-1/+27
2014-06-05net: use the new API kvfree()WANG Cong1-8/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+25
2014-06-04net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2014-06-02net: fix wrong mac_len calculation for vlansNikolay Aleksandrov1-10/+25
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+78
2014-05-17bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+26
2014-05-17vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+0
2014-05-17net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+50