summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: kernel-doc compliant documentation for net_deviceKaroly Kemeny2014-07-311-131/+250
* net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico2014-07-201-1/+17
* net: use dev->name in netdev_pr* when it's availableVeaceslav Falico2014-07-201-2/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-4/+6
* net: add name_assign_type netdev attributeTom Gundersen2014-07-151-0/+2
* bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-101-1/+3
* net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert2014-07-071-1/+1
* net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-151-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-6/+93
|\
| * net: Add support for device specific address syncingAlexander Duyck2014-06-021-0/+73
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+26
| |\
| * | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-3/+5
| * | vlan: more careful checksum features handlingMichal Kubeček2014-05-221-0/+14
| * | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-3/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-6/+1
| |\ \
| * | | net: Add __dev_forward_skbHerbert Xu2014-04-201-0/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
| |/ /
* | | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-0/+9
* | | net: Allow for more then a single subclass for netif_addr_lockVlad Yasevich2014-05-161-1/+7
* | | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-161-0/+10
| |/ |/|
* | Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-071-6/+1
|/
* packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann2014-04-031-5/+19
* net-gro: restore frag0 optimizationEric Dumazet2014-03-311-5/+0
* net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-311-0/+3
* net: export NET_ADDR_* values to user-space APIFlorian Fainelli2014-03-311-7/+0
* net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+1
|\
| * net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-281-1/+1
* | netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-291-0/+5
* | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-291-2/+1
* | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-281-3/+4
* | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-171-17/+0
* | netdev: set __percpu attribute on netdev_alloc_pcpu_statsstephen hemminger2014-03-111-1/+1
* | net: move net_device priv_flags out from UAPILuis R. Rodriguez2014-02-271-0/+83
* | net: Add sysfs file for port numberAmir Vadai2014-02-261-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-4/+32
|\ \ | |/
| * netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann2014-02-171-0/+20
| * netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-3/+6
| * net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-131-1/+6
* | bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico2014-02-181-7/+1
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-0/+14
|/
* rtnetlink: remove ndo_get_slaveJiri Pirko2014-01-221-5/+0
* net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-211-1/+9
* bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-171-0/+5
* net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-161-4/+31
* net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-161-1/+2
* net: rename sysfs symlinks on device name changeVeaceslav Falico2014-01-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-4/+8
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-4/+8
OpenPOWER on IntegriCloud