summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2016-04-20net: validate variable length ll headersWillem de Bruijn
2015-12-06net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-10net: add __netdev_alloc_pcpu_stats() to indicate gfp flagsPablo Neira Ayuso
2015-11-04net: add forgotten IFF_L3MDEV_SLAVE defineJiri Pirko
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-10-25net/xps: Fix calculation of initial number of xps queuesHelge Deller
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23if_link: Add control trust VFHiroshi Shimamoto
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-16net: introduce pre-change upper device notifierJiri Pirko
2015-10-07net: Add netif_is_l3_slaveDavid Ahern
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman
2015-09-17net: Remove dev_queue_xmit_skEric W. Biederman
2015-08-27net: kill long time unused bonding private flagsJiri Pirko
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko
2015-08-27net: add netif_is_bridge_master helperJiri Pirko
2015-08-27net: introduce change upper device notifier change infoJiri Pirko
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-08-17net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern
2015-08-17net: Updates to netif_index_is_vrfDavid Ahern
2015-08-17net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter
2015-08-13net: Introduce VRF related flags and helpersDavid Ahern
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman
2015-07-20net: don't reforward packets already forwarded by offload deviceScott Feldman
2015-07-15net core: Add protodown support.Anuradha Karuppiah
2015-06-15net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha
2015-06-01net: Add priority to packet_offload objects.David S. Miller
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira
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: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko
2015-05-11net: sched: fix typo in net_device ifdefDaniel Borkmann
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-23netdev_alloc_pcpu_stats: use less common iterator variableJohannes Berg
2015-04-22mpls: Per-device MPLS stateRobert Shearman
2015-04-17net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg