summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-231-0/+1
* net: kill long time unused bonding private flagsJiri Pirko2015-08-271-36/+21
* net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko2015-08-271-0/+8
* net: add netif_is_bridge_master helperJiri Pirko2015-08-271-0/+5
* net: introduce change upper device notifier change infoJiri Pirko2015-08-271-0/+7
* gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-231-12/+32
* net: Fix docbook warning for IFF_VRF_MASTER enumDavid Ahern2015-08-171-0/+1
* net: Updates to netif_index_is_vrfDavid Ahern2015-08-171-1/+11
* net: declare new net_device priv_flag IFF_NO_QUEUEPhil Sutter2015-08-171-0/+3
* net: Introduce VRF related flags and helpersDavid Ahern2015-08-131-0/+20
* net: add phys ID compare helper to test if two IDs are the sameScott Feldman2015-07-201-0/+7
* net: don't reforward packets already forwarded by offload deviceScott Feldman2015-07-201-0/+6
* net core: Add protodown support.Anuradha Karuppiah2015-07-151-0/+14
* net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-151-0/+4
* net: Add priority to packet_offload objects.David S. Miller2015-06-011-0/+1
* netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-141-0/+3
* net: move __skb_tx_hash to dev.cJiri Pirko2015-05-131-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-3/+0
|\
| * net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern2015-05-121-3/+0
* | net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko2015-05-121-13/+1
* | switchdev: s/swdev_/switchdev_/Jiri Pirko2015-05-121-1/+1
* | net: sched: fix typo in net_device ifdefDaniel Borkmann2015-05-111-1/+1
* | net: sched: further simplify handle_ingDaniel Borkmann2015-05-111-0/+4
|/
* bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-2/+4
* netdev_alloc_pcpu_stats: use less common iterator variableJohannes Berg2015-04-231-3/+3
* mpls: Per-device MPLS stateRobert Shearman2015-04-221-0/+4
* net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
* net_device: Reorder members to fill holesThomas Graf2015-04-131-24/+21
* e1000e: Move pm_qos_req to e1000e adapterThomas Graf2015-04-131-1/+0
* if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov2015-04-101-0/+8
* netdevice.h: remove iflink descriptionNicolas Dichtel2015-04-071-2/+1
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+6
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-0/+6
* | netdevice: document NETDEV_TX_BUSY deprecation.Rusty Russell2015-04-031-1/+4
* | net: remove iflink field from struct net_deviceNicolas Dichtel2015-04-021-2/+1
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-0/+4
* | net: Introduce passthru_features_checkToshiaki Makita2015-03-291-0/+3
* | net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa2015-03-241-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+4
|\ \ | |/
| * netdevice.h: fix ndo_bridge_* commentsNicolas Dichtel2015-03-171-1/+4
* | net: Fix high overhead of vlan sub-device teardown.David S. Miller2015-03-181-0/+1
* | net: add support for phys_port_nameDavid Ahern2015-03-181-0/+4
* | net: Add max rate tx queue attributeJohn Fastabend2015-03-181-0/+8
* | netdev: remove ndo ops for switchdevScott Feldman2015-03-161-38/+0
* | switchdev: add swdev opsScott Feldman2015-03-161-0/+3
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-6/+2
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-2/+1
* | switchdev: add netlink flags to IPv4 FIB add opScott Feldman2015-03-091-1/+2
* | netdevice: add IPv4 fib add/del opsScott Feldman2015-03-061-0/+22
OpenPOWER on IntegriCloud