aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-1/+1
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-1/+3
2011-05-13netdevice.h: Align struct net_device membersJoe Perches1-4/+4
2011-05-12net: introduce netdev_change_features()Michał Mirosław1-0/+1
2011-05-12net: group FCoE related feature flagsYi Zou1-1/+5
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar1-1/+2
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-7/+2
2011-04-28net: allow user to change NETIF_F_HIGHDMAMichał Mirosław1-1/+2
2011-04-28net: fix netdev_increment_features()Michał Mirosław1-1/+6
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet1-0/+1
2011-04-12net: vlan_features comment clarificationMichał Mirosław1-1/+1
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert1-1/+2
2011-04-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław1-0/+1
2011-04-01net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUMMichał Mirosław1-2/+2
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-1/+49
2011-03-11net: add proper documentation for previously added net_device_ops for FCoEYi Zou1-0/+36
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-0/+3
2011-03-07net: add ndo_fcoe_ddp_target() to support FCoE DDP in target modeYi Zou1-0/+4
2011-03-07netdevice: Convert printk to pr_info in netif_tx_stop_queueJoe Perches1-2/+1
2011-03-02netdevice: make initial group visible to userspaceVlad Dogaru1-3/+3
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław1-1/+4
2011-02-17net: Introduce new feature setting opsMichał Mirosław1-2/+35
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław1-0/+6
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław1-0/+3
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko1-0/+12
2011-02-13net: make dev->master generalJiri Pirko1-0/+7
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko1-11/+0
2011-01-27net: fix dev_seq_next()Eric Dumazet1-1/+8
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-1/+1
2011-01-24net: change netdev->features to u32Michał Mirosław1-12/+12
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings1-3/+30
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend1-0/+68
2011-01-19net_device: add support for network device groupsVlad Dogaru1-0/+7
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet1-5/+0
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert1-3/+7
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross1-9/+3
2011-01-09net offloading: Generalize netif_get_vlan_features().Jesse Gross1-2/+2
2011-01-03trivial: Fix typo fault in netdevice.hMichal Simek1-1/+1
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao1-1/+1
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-0/+10
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-1/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-1/+19
2010-11-29xps: add __rcu annotationsEric Dumazet1-2/+2
2010-11-28xps: Add CONFIG_XPSTom Herbert1-24/+28
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet1-2/+4
2010-11-24xps: Transmit Packet SteeringTom Herbert1-0/+30
2010-11-15netdev: add rcu annotations to receive handler hookstephen hemminger1-2/+2
2010-11-15net: Simplify RX queue allocationTom Herbert1-2/+1