summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2015-08-27net: 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-20net: don't reforward packets already forwarded by offload deviceScott Feldman
2015-07-15net core: Add protodown support.Anuradha Karuppiah
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-10net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-07-10net: 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-08Merge 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
2015-06-01net: Add priority to packet_offload objects.David S. Miller
2015-05-21net: dev: reduce both ingress hook ifdefsDaniel Borkmann
2015-05-14net: core: set qdisc pkt len before tc_classifyFlorian Westphal
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann
2015-05-04net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-05-04tc: remove unused redirect ttlJamal Hadi Salim
2015-05-03net: sched: run ingress qdisc without locksAlexei Starovoitov
2015-04-26net: rfs: fix crash in get_rps_cpus()Eric Dumazet
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko
2015-03-29net: Introduce passthru_features_checkToshiaki Makita
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2015-03-18net: add support for phys_port_nameDavid Ahern
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-02-21net: reject creation of netdev names with colonsMatthew Thode
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert