summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko
2011-03-11net: add proper documentation for previously added net_device_ops for FCoEYi Zou
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-07net: add ndo_fcoe_ddp_target() to support FCoE DDP in target modeYi Zou
2011-03-07netdevice: Convert printk to pr_info in netif_tx_stop_queueJoe Perches
2011-03-02netdevice: make initial group visible to userspaceVlad Dogaru
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław
2011-02-17net: Introduce new feature setting opsMichał Mirosław
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko
2011-02-13net: make dev->master generalJiri Pirko
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko
2011-01-27net: fix dev_seq_next()Eric Dumazet
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend
2011-01-19net_device: add support for network device groupsVlad Dogaru
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross
2011-01-09net offloading: Generalize netif_get_vlan_features().Jesse Gross
2011-01-03trivial: Fix typo fault in netdevice.hMichal Simek
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet
2010-11-29xps: add __rcu annotationsEric Dumazet
2010-11-28xps: Add CONFIG_XPSTom Herbert
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet
2010-11-24xps: Transmit Packet SteeringTom Herbert
2010-11-15netdev: add rcu annotations to receive handler hookstephen hemminger
2010-11-15net: Simplify RX queue allocationTom Herbert
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet
2010-11-08net: Detect and ignore netif_stop_queue() calls before register_netdev()Guillaume Chazarain
2010-10-25rps: add __rcu annotationsEric Dumazet
2010-10-25net/802: add __rcu annotationsEric Dumazet
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet
2010-10-25vlan: rcu annotationsEric Dumazet
2010-10-21napi: unexport napi_reuse_skbstephen hemminger
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert
2010-10-12net: percpu net_device refcountEric Dumazet
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet