aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-27net: introduce change upper device notifier change infoJiri Pirko1-2/+14
2015-08-27net: 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
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman1-0/+10
2015-07-15net core: Add protodown support.Anuradha Karuppiah1-0/+20
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+22
2015-07-10net: call rcu_read_lock early in process_backlogJulian Anastasov1-16/+16
2015-07-10net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2015-07-08Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel1-4/+0
2015-07-08net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet1-1/+2
2015-07-08net: sched: extend percpu stats helpersEric Dumazet1-2/+2
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+2
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn1-9/+2
2015-06-01net: Add priority to packet_offload objects.David S. Miller1-2/+6
2015-05-21net: dev: reduce both ingress hook ifdefsDaniel Borkmann1-18/+4
2015-05-14net: core: set qdisc pkt len before tc_classifyFlorian Westphal1-1/+2
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira1-0/+36
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira1-3/+4
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko1-0/+78
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko1-0/+28
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()Denys Vlasenko1-0/+11
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann1-12/+18
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann1-30/+16
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich1-1/+1
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim1-9/+0
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov1-2/+0
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet1-6/+6
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg1-1/+1