summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2011-01-241-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-201-3/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-29/+0Star
| |\ \
| * \ \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+1
| | |\ \ \
| | * | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | | | | net: arp_ioctl() must hold RTNLEric Dumazet2011-01-241-1/+2
| |_|_|_|/ |/| | | |
* | | | | net: fix can_checksum_protocol() arguments swapEric Dumazet2011-01-191-1/+1
* | | | | net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross2011-01-191-2/+2
| |_|_|/ |/| | |
* | | | net: remove dev_txq_stats_fold()Eric Dumazet2011-01-141-29/+0Star
|/ / /
* | | net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-1/+4
* | | net: Add alloc_netdev_mqs functionTom Herbert2011-01-111-11/+21
* | | net offloading: Convert checksums to use centrally computed features.Jesse Gross2011-01-101-28/+12Star
* | | net offloading: Convert skb_need_linearize() to use precomputed features.Jesse Gross2011-01-101-15/+6Star
* | | net offloading: Convert dev_gso_segment() to use precomputed features.Jesse Gross2011-01-101-5/+3Star
* | | net offloading: Pass features into netif_needs_gso().Jesse Gross2011-01-101-2/+6
* | | net offloading: Generalize netif_get_vlan_features().Jesse Gross2011-01-101-8/+27
* | | net offloading: Accept NETIF_F_HW_CSUM for all protocols.Jesse Gross2011-01-101-1/+1
* | | net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet2010-12-211-7/+2Star
* | | net: increase skb->users instead of skb_clone()Changli Gao2010-12-201-10/+20
* | | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-3/+3
* | | net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2010-12-161-42/+76
* | | net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2010-12-161-1/+1
* | | bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov2010-12-161-5/+10
* | | net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet2010-12-081-3/+3
* | | net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-081-10/+7Star
* | | net: init ingress queueChangli Gao2010-12-081-22/+13Star
* | | net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2010-12-061-2/+5
* | | net sched: use xps information for qdisc NUMA affinityEric Dumazet2010-12-011-2/+3
* | | xps: Add CONFIG_XPSTom Herbert2010-11-291-3/+6
* | | xps: Transmit Packet SteeringTom Herbert2010-11-241-3/+50
* | | xps: Improvements in TX queue selectionTom Herbert2010-11-241-7/+11
* | | net: Export netif_get_vlan_features().David S. Miller2010-11-161-0/+1
* | | net: Simplify RX queue allocationTom Herbert2010-11-151-9/+10
* | | net: Move TX queue allocation to alloc_netdev_mqTom Herbert2010-11-151-4/+3Star
* | | offloading: Force software GSO for multiple vlan tags.Jesse Gross2010-11-151-0/+16
* | | offloading: Support multiple vlan tags in GSO.Jesse Gross2010-11-151-5/+7
* | | offloading: Make scatter/gather more tolerant of vlans.Jesse Gross2010-11-151-7/+12
* | | net/core/dev.c: Update WARN usesJoe Perches2010-11-091-2/+1Star
| |/ |/|
* | net: check queue_index from sock is valid for deviceTom Herbert2010-11-011-1/+1
|/
* net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings2010-10-271-3/+3
* net: Fix some corner cases in dev_can_checksum()Ben Hutchings2010-10-271-10/+6Star
* rps: add __rcu annotationsEric Dumazet2010-10-251-6/+6
* ipv6: ip6_ptr rcu annotationsEric Dumazet2010-10-251-1/+1
* net: Increase xmit RECURSION_LIMIT to 10.David S. Miller2010-10-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-234/+363
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-211-1/+1
| |\
| | * net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear2010-10-211-1/+1
| * | napi: unexport napi_reuse_skbstephen hemminger2010-10-211-2/+1Star
| * | vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-211-32/+15Star