aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-31net: kernel-doc compliant documentation for net_deviceKaroly Kemeny1-131/+250
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico1-1/+17
2014-07-20net: use dev->name in netdev_pr* when it's availableVeaceslav Falico1-2/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-4/+6
2014-07-15net: add name_assign_type netdev attributeTom Gundersen1-0/+2
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+3
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-1/+1
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert1-0/+7
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+93
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+73
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+26
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-3/+5
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-0/+14
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+9
2014-05-16net: Allow for more then a single subclass for netif_addr_lockVlad Yasevich1-1/+7
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+10
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-3/+0
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-6/+1
2014-04-20net: Add __dev_forward_skbHerbert Xu1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann1-5/+19
2014-03-31net-gro: restore frag0 optimizationEric Dumazet1-5/+0
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny1-0/+3
2014-03-31net: export NET_ADDR_* values to user-space APIFlorian Fainelli1-7/+0
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich1-0/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman1-0/+5
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-2/+1
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich1-1/+1
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet1-3/+4
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman1-17/+0
2014-03-11netdev: set __percpu attribute on netdev_alloc_pcpu_statsstephen hemminger1-1/+1
2014-02-27net: move net_device priv_flags out from UAPILuis R. Rodriguez1-0/+83
2014-02-26net: Add sysfs file for port numberAmir Vadai1-0/+4
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+32
2014-02-18bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico1-7/+1
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-0/+20
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-3/+6
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-0/+14
2014-02-13net: core: introduce netif_skb_dev_featuresFlorian Westphal1-1/+6
2014-01-22rtnetlink: remove ndo_get_slaveJiri Pirko1-5/+0
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-1/+9
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com1-0/+5
2014-01-16net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton1-4/+31
2014-01-16net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico1-1/+2
2014-01-15net: rename sysfs symlinks on device name changeVeaceslav Falico1-0/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-4/+8