aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng1-1/+1
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+16
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-02-02gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2011-01-31net: Check rps_flow_table when RPS map length is 1Tom Herbert1-1/+2
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+4
2011-01-30net: Fix ip link add netns oopsEric W. Biederman1-0/+3
2011-01-29gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-1/+1
2011-01-27net: fix dev_seq_next()Eric Dumazet1-4/+7
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
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-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-0/+39
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+7
2011-01-25pktgen: speedup fragmented skbsEric Dumazet1-141/+93
2011-01-24net: add sysfs entry for device groupVlad Dogaru1-0/+15
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-21/+12
2011-01-24net: change netdev->features to u32Michał Mirosław4-12/+11
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław1-15/+17
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings1-6/+91
2011-01-24GRO: fix merging a paged skb after non-paged skbsMichal Schmidt1-2/+6
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+4
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller2-4/+4
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet1-1/+2
2011-01-21net: netif_setup_tc() is staticEric Dumazet1-1/+1
2011-01-20rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy1-5/+8
2011-01-20neigh: __rcu annotationsEric Dumazet1-6/+7
2011-01-20net_sched: RCU conversion of stabEric Dumazet1-3/+5
2011-01-20net: dev_close_many() is staticEric Dumazet1-1/+1
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend1-1/+54
2011-01-19netlink: support setting devgroup parametersVlad Dogaru1-4/+28
2011-01-19net_device: add support for network device groupsVlad Dogaru2-0/+18
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-4/+4
2011-01-19net: fix can_checksum_protocol() arguments swapEric Dumazet1-1/+1
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet1-3/+3
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-01-18net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross1-2/+2
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-29/+2
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet1-29/+0
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller1-0/+2
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian1-0/+2
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-1/+4
2011-01-10net: Add alloc_netdev_mqs functionTom Herbert1-11/+21
2011-01-09net offloading: Convert checksums to use centrally computed features.Jesse Gross1-28/+12