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