summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-05net: constify netif_is_* helpers net_device paramJiri Pirko
2015-12-03net: introduce change lower state notifierJiri Pirko
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: napi_hash_del() returns a boolean statusEric Dumazet
2015-11-18net: move napi_hash[] into read mostly sectionEric Dumazet
2015-11-18net: add netif_tx_napi_add()Eric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-18net: network drivers no longer need to implement ndo_busy_poll()Eric Dumazet
2015-11-18net: allow BH servicing in sk_busy_loop()Eric Dumazet
2015-11-18net: un-inline sk_busy_loop()Eric Dumazet
2015-11-18net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov
2015-11-05net/core: ensure features get disabled on new lower devsJarod Wilson
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson
2015-11-03net/core: generic support for disabling netdev features down stackJarod Wilson
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-16net: introduce pre-change upper device notifierJiri Pirko
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25net: remove unused argument of __netdev_find_adj()Michal Kubeček
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman
2015-09-18bpf: add bpf_redirect() helperAlexei Starovoitov
2015-09-18netfilter: Pass net into okfnEric W. Biederman
2015-09-18bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman
2015-09-18net: Remove dev_queue_xmit_skEric W. Biederman
2015-08-28net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter
2015-08-27net: introduce change upper device notifier change infoJiri Pirko
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-08-18net: warn if drivers set tx_queue_len = 0Phil Sutter
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org
2015-07-21dst: Metadata destinationsThomas Graf
2015-07-21net: don't reforward packets already forwarded by offload deviceScott Feldman
2015-07-16net core: Add protodown support.Anuradha Karuppiah
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-11net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-07-11net: do not process device backlog during unregistrationJulian Anastasov
2015-07-08Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel
2015-07-08net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet
2015-07-08net: sched: extend percpu stats helpersEric Dumazet
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn