aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-21net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt1-0/+1
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov1-2/+2
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter1-1/+3
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer1-1/+7
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer1-0/+1
2016-02-06net: add rx_nohandler stat counterJarod Wilson1-1/+5
2016-02-06net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64Jarod Wilson1-6/+13
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross1-2/+5
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+5
2016-01-10net, sched: add clsact qdiscDaniel Borkmann1-8/+74
2015-12-15net: Add driver helper functions to determine checksum offloadabilityTom Herbert1-0/+136
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-6/+6
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-5/+5
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-1/+2
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko1-1/+1
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+20
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-4/+7
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-12/+6
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel1-2/+6
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet1-2/+4
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-0/+7
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet1-3/+7
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet1-1/+1
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+2
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-0/+2
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet1-5/+20
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet1-11/+7
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet1-2/+48
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet1-17/+16
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-16net/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-04net/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-02net/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-22openvswitch: 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-26Merge 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-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman1-0/+2
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+8
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+3
2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman1-2/+2
2015-09-17net: Remove dev_queue_xmit_skEric W. Biederman1-2/+2
2015-08-27net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter1-1/+1