aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAge
* net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-06
* macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-20
* netdevice.h: Align struct net_device membersJoe Perches2011-05-13
* net: introduce netdev_change_features()Michał Mirosław2011-05-12
* net: group FCoE related feature flagsYi Zou2011-05-12
* net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-08
* ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-29
* net: allow user to change NETIF_F_HIGHDMAMichał Mirosław2011-04-28
* net: fix netdev_increment_features()Michał Mirosław2011-04-28
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-28
* net: vlan_features comment clarificationMichał Mirosław2011-04-12
* net: Allow no-cache copy from user on transmitTom Herbert2011-04-05
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-04
|\
| * net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUMMichał Mirosław2011-04-01
* | net: Call netdev_features_change() from netdev_update_features()Michał Mirosław2011-04-03
|/
* net: introduce rx_handler results and logic around thatJiri Pirko2011-03-16
* net: add proper documentation for previously added net_device_ops for FCoEYi Zou2011-03-11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-10
|\
| * net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-09
* | net: add ndo_fcoe_ddp_target() to support FCoE DDP in target modeYi Zou2011-03-07
* | netdevice: Convert printk to pr_info in netif_tx_stop_queueJoe Perches2011-03-07
* | netdevice: make initial group visible to userspaceVlad Dogaru2011-03-03
* | net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-17
* | net: Introduce new feature setting opsMichał Mirosław2011-02-17
* | ethtool: factorize get/set_one_featureMichał Mirosław2011-02-17
* | ethtool: enable GSO and GRO by defaultMichał Mirosław2011-02-17
* | rtnetlink: implement setting of master deviceJiri Pirko2011-02-13
* | net: make dev->master generalJiri Pirko2011-02-13
* | net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko2011-02-13
* | net: fix dev_seq_next()Eric Dumazet2011-01-27
* | net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-24
* | net: change netdev->features to u32Michał Mirosław2011-01-24
* | net: RPS: Enable hardware acceleration of RFSBen Hutchings2011-01-24
* | net: implement mechanism for HW based QOSJohn Fastabend2011-01-20
* | net_device: add support for network device groupsVlad Dogaru2011-01-20
|/
* net: remove dev_txq_stats_fold()Eric Dumazet2011-01-14
* net: Add alloc_netdev_mqs functionTom Herbert2011-01-10
* net offloading: Pass features into netif_needs_gso().Jesse Gross2011-01-10
* net offloading: Generalize netif_get_vlan_features().Jesse Gross2011-01-10
* trivial: Fix typo fault in netdevice.hMichal Simek2011-01-03
* net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-16
* bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2010-12-16
* net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-08
* net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-01
* xps: add __rcu annotationsEric Dumazet2010-11-29
* xps: Add CONFIG_XPSTom Herbert2010-11-28
* net: add netif_tx_queue_frozen_or_stoppedEric Dumazet2010-11-28
* xps: Transmit Packet SteeringTom Herbert2010-11-24
* netdev: add rcu annotations to receive handler hookstephen hemminger2010-11-15
* net: Simplify RX queue allocationTom Herbert2010-11-15