aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-09net offloading: Convert checksums to use centrally computed features.Jesse Gross1-28/+12
2011-01-09net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross1-15/+6
2011-01-09net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross1-5/+3
2011-01-09net offloading: Pass features into netif_needs_gso().Jesse Gross1-2/+6
2011-01-09net offloading: Generalize netif_get_vlan_features().Jesse Gross1-8/+27
2011-01-09net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross1-1/+1
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-3/+3
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila1-42/+76
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-5/+10
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet1-3/+3
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-10/+7
2010-12-08net: init ingress queueChangli Gao1-22/+13
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-2/+5
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet1-2/+3
2010-11-28xps: Add CONFIG_XPSTom Herbert1-3/+6
2010-11-24xps: Transmit Packet SteeringTom Herbert1-3/+50
2010-11-24xps: Improvements in TX queue selectionTom Herbert1-7/+11
2010-11-15net: Export netif_get_vlan_features().David S. Miller1-0/+1
2010-11-15net: Simplify RX queue allocationTom Herbert1-9/+10
2010-11-15net: Move TX queue allocation to alloc_netdev_mqTom Herbert1-4/+3
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross1-0/+16
2010-11-15offloading: Support multiple vlan tags in GSO.Jesse Gross1-5/+7
2010-11-15offloading: Make scatter/gather more tolerant of vlans.Jesse Gross1-7/+12
2010-11-09net/core/dev.c: Update WARN usesJoe Perches1-2/+1
2010-11-01net: check queue_index from sock is valid for deviceTom Herbert1-1/+1
2010-10-27net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings1-3/+3
2010-10-27net: Fix some corner cases in dev_can_checksum()Ben Hutchings1-10/+6
2010-10-25rps: add __rcu annotationsEric Dumazet1-6/+6
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet1-1/+1
2010-10-25net: Increase xmit RECURSION_LIMIT to 10.David S. Miller1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-234/+363
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-10-21napi: unexport napi_reuse_skbstephen hemminger1-2/+1
2010-10-21net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear1-1/+1
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-32/+15
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross1-3/+33
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert1-53/+53
2010-10-20net: cleanups in RX queue allocationTom Herbert1-19/+17
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert1-0/+6
2010-10-12net: percpu net_device refcountEric Dumazet1-7/+33
2010-10-08net: Fix rxq ref countingTom Herbert1-1/+0
2010-10-08net: Update kernel-doc for netif_set_real_num_rx_queues()Ben Hutchings1-2/+2
2010-10-06net: netif_set_real_num_rx_queues may cap num_rx_queues at init timeJohn Fastabend1-2/+0
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-8/+11
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-8/+26
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet1-4/+4
2010-09-29net: add a recursion limit in xmit pathEric Dumazet1-1/+11