aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-27net: fix dev_seq_next()Eric Dumazet2-5/+15
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller2-9/+42
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-32/+110
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck1-2/+1
2011-01-27dl2k: nulify fraginfo after unmapStanislaw Gruszka1-2/+2
2011-01-27xen: netfront: handle incoming GSO SKBs which are not CHECKSUM_PARTIALIan Campbell1-8/+88
2011-01-27econet: remove compiler warningsEric Dumazet1-2/+2
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller2-0/+8
2011-01-27inetpeer: Add metrics storage to inetpeer entries.David S. Miller1-2/+4
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller9-46/+194
2011-01-26bnx2: Eliminate AER error messages on systems not supporting itMichael Chan2-8/+10
2011-01-26cnic: Fix big endian bugMichael Chan1-6/+6
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller33-240/+384
2011-01-26xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller1-0/+6
2011-01-26net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet1-1/+1
2011-01-26tg3: Use new VLAN codeMatt Carlson2-88/+10
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller17-132/+105
2011-01-25smc91x: add devicetree supportThomas Chou1-0/+13
2011-01-25tg3: Update copyrights and update version to 3.117Matt Carlson2-4/+4
2011-01-25tg3: Fix eee preprocessor namingMatt Carlson2-2/+2
2011-01-25tg3: Fix EEE interoperability issueMatt Carlson2-7/+39
2011-01-25tg3: Disable EEE during loopback testsMatt Carlson1-5/+15
2011-01-25tg3: Disable MAC loopback test for CPMU devicesMatt Carlson1-2/+4
2011-01-25tg3: Fix loopback testsMatt Carlson1-3/+12
2011-01-25tg3: Restrict phy ioctl accessMatt Carlson1-2/+6
2011-01-25tg3: Disable multivec mode for 1 MSIX vectorMatt Carlson1-2/+4
2011-01-25tg3: Use new VLAN codeMatt Carlson2-88/+10
2011-01-25tg3: Fix 5719 A0 tx completion bugMatt Carlson2-4/+9
2011-01-25tg3: Revise 5719 internal FIFO overflow solutionMatt Carlson2-38/+12
2011-01-25bonding: update documentation - alternate configuration.Nicolas de Pesloüan1-12/+71
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2011-01-25MAINTAINERS: remove Reinette Chatre as iwlwifi maintainerReinette Chatre1-1/+0
2011-01-25rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman1-0/+1
2011-01-25mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau1-0/+3
2011-01-25pktgen: speedup fragmented skbsEric Dumazet1-141/+93
2011-01-25bonding: fix return value of couple of store functionsJiri Pirko1-2/+2
2011-01-25ipv6: Revert 'administrative down' address handling changes.David S. Miller1-48/+33
2011-01-24textsearch: doc - fix spelling in lib/textsearch.c.Jesper Dangaard Brouer1-5/+5
2011-01-24net: add sysfs entry for device groupVlad Dogaru1-0/+15
2011-01-24USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl1-0/+1
2011-01-24pch_gbe: don't use flush_scheduled_work()Tejun Heo1-1/+1
2011-01-24veth: remove unneeded ifname code from veth_newlink()Jiri Pirko1-12/+0
2011-01-24bnx2: Always set ETH_FLAG_TXVLANMichael Chan1-0/+4
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-24ipv6: Always clone offlink routes.David S. Miller1-8/+1
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław4-25/+16
2011-01-24net: change netdev->features to u32Michał Mirosław23-46/+45
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław1-15/+17