summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet2012-02-131-1/+1
* ppp: fix truesize underestimationEric Dumazet2012-02-131-1/+1
* gro: fix truesize underestimationEric Dumazet2012-02-131-1/+2
* tg3: Move transmit comment to a better locationMatt Carlson2012-02-131-1/+3
* tg3: Eliminate unneeded prototypeMatt Carlson2012-02-131-3/+2
* tg3: Relocate tg3_find_peerMatt Carlson2012-02-131-30/+28
* tg3: Move tg3_nvram_write_block functionsMatt Carlson2012-02-131-250/+250
* tg3: Move tg3_set_rx_modeMatt Carlson2012-02-131-100/+99
* tg3: Move tg3_change_mtu to a better locationMatt Carlson2012-02-131-81/+78
* tg3: Relocate tg3_reset_taskMatt Carlson2012-02-131-47/+45
* tg3: Move tg3_restart_hw to a better locationMatt Carlson2012-02-131-27/+29
* virtio: net: remove sparse errorsEric Dumazet2012-02-131-4/+3
* trivial: typo hnalder -> handlerUwe Kleine-König2012-02-132-2/+2
* stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida2012-02-132-2/+2
* mISDN: Fix typo in dsp_core.cMasanari Iida2012-02-131-1/+1
* enic: remove assignment of random mac on enic vfRoopa Prabhu2012-02-132-6/+1
* enic: Fix address deregistration for sriov vf during port profile disassociateRoopa Prabhu2012-02-132-3/+3
* isdn: Fix typo in isdn_ppp.cMasanari Iida2012-02-131-2/+2
* mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka2012-02-131-2/+1
* isdn: Fix typo in callc.c and tei.cMasanari Iida2012-02-132-2/+2
* be2net: event queue re-designSathya Perla2012-02-135-578/+434
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-1335-100/+84
* rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-133-21/+31
* eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka2012-02-131-0/+2
* net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-138-1/+17
* ipv6: helper function to get tclassJiri Benc2012-02-132-1/+6
* aeroflex: Fix typo in greth.cMasanari Iida2012-02-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-02-125-282/+505
|\
| * skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buffAlexander Duyck2012-02-111-4/+5
| * ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck2012-02-112-59/+71
| * ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck2012-02-113-18/+18
| * ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck2012-02-113-55/+65
| * ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck2012-02-111-62/+93
| * ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck2012-02-111-5/+125
| * ixgbe: Minor refactor of RSCAlexander Duyck2012-02-112-98/+147
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-11448-43109/+3441
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-10116-400/+518
| |\
| | * net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf2012-02-101-1/+2
| | * ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-101-1/+1
| | * netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-102-13/+42
| | * netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman2012-02-101-6/+0
| | * netprio_cgroup: fix an off-by-one bugNeil Horman2012-02-101-1/+1
| | * bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4
| | * isdn: type bug in isdn_net_header()Dan Carpenter2012-02-091-1/+1
| | * net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-095-10/+13
| | * ixgbe: ethtool: stats user buffer overrunJohn Fastabend2012-02-091-37/+51
| | * ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend2012-02-091-2/+9
| | * ixgbe: do not update real num queues when netdev is going awayYi Zou2012-02-091-0/+4
| | * ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck2012-02-091-6/+6
| | * ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose2012-02-091-1/+1