summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2011-01-19net_device: add support for network device groupsVlad Dogaru
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-18net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert
2011-01-09net offloading: Convert checksums to use centrally computed features.Jesse Gross
2011-01-09net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross
2011-01-09net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross
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-09net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila
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: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet
2010-12-08net: init ingress queueChangli Gao
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet
2010-11-28xps: Add CONFIG_XPSTom Herbert
2010-11-24xps: Transmit Packet SteeringTom Herbert
2010-11-24xps: Improvements in TX queue selectionTom Herbert
2010-11-15net: Export netif_get_vlan_features().David S. Miller
2010-11-15net: Simplify RX queue allocationTom Herbert
2010-11-15net: Move TX queue allocation to alloc_netdev_mqTom Herbert
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross
2010-11-15offloading: Support multiple vlan tags in GSO.Jesse Gross
2010-11-15offloading: Make scatter/gather more tolerant of vlans.Jesse Gross
2010-11-09net/core/dev.c: Update WARN usesJoe Perches
2010-11-01net: check queue_index from sock is valid for deviceTom Herbert
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-27net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-10-27net: Fix some corner cases in dev_can_checksum()Ben Hutchings
2010-10-25rps: add __rcu annotationsEric Dumazet
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet
2010-10-25net: Increase xmit RECURSION_LIMIT to 10.David S. Miller
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-21napi: unexport napi_reuse_skbstephen hemminger
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert