summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-07net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-08-07net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-07-21net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček1-6/+16
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet1-2/+2
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-06-14net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet1-17/+16
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2016-11-21net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-11-15net: add recursion limit to GROSabrina Dubroca1-0/+1
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-09-30bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-03-04IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-03-04gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17net/core: use netdev name in warning if no parentBjørn Mork1-5/+8
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov1-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov1-0/+2
2015-11-05net/core: ensure features get disabled on new lower devsJarod Wilson1-3/+4
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson1-2/+6
2015-11-03net/core: generic support for disabling netdev features down stackJarod Wilson1-0/+50
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+27
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+27
2015-10-16net: introduce pre-change upper device notifierJiri Pirko1-0/+9
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet1-0/+1
2015-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-09-25net: remove unused argument of __netdev_find_adj()Michal Kubeček1-8/+7
2015-09-24netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman1-0/+2
2015-09-18bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+8
2015-09-18netfilter: Pass net into okfnEric W. Biederman1-1/+3
2015-09-18bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman1-2/+2
2015-09-18net: Remove dev_queue_xmit_skEric W. Biederman1-2/+2
2015-08-28net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter1-1/+1
2015-08-28net: introduce change upper device notifier change infoJiri Pirko1-2/+14
2015-08-28net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-18net: warn if drivers set tx_queue_len = 0Phil Sutter1-0/+3
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org1-2/+2
2015-07-21dst: Metadata destinationsThomas Graf1-1/+1