summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-01-29ipv4: Allocate fib metrics dynamically.David S. Miller1-0/+4
2011-01-28net: Pre-COW metrics for TCP.David S. Miller1-3/+23
2011-01-28Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller15-221/+148
2011-01-28net: fix dev_seq_next()Eric Dumazet1-4/+7
2011-01-28net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller2-9/+42
2011-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-8/+4
2011-01-28ipv6: Remove route peer binding assertions.David S. Miller1-4/+0
2011-01-28net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-28net: fix validate_link_af in rtnetlink coreKurt Van Dijck1-2/+1
2011-01-28econet: remove compiler warningsEric Dumazet1-2/+2
2011-01-28inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller1-0/+1
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller6-9/+114
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller15-128/+115
2011-01-27xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller1-0/+6
2011-01-27mac80211: use DECLARE_EVENT_CLASSJohannes Berg1-169/+33
2011-01-27net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet1-1/+1
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-64/+55
2011-01-26TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2011-01-26mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau1-0/+3
2011-01-26pktgen: speedup fragmented skbsEric Dumazet1-141/+93
2011-01-25ipv6: Revert 'administrative down' address handling changes.David S. Miller1-48/+33
2011-01-25net: add sysfs entry for device groupVlad Dogaru1-0/+15
2011-01-25net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-25ipv6: Always clone offlink routes.David S. Miller1-8/+1
2011-01-25net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2-22/+13
2011-01-25net: change netdev->features to u32Michał Mirosław12-20/+19
2011-01-25net: Move check of checksum features to netdev_fix_features()Michał Mirosław1-15/+17
2011-01-25dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend1-2/+11
2011-01-25net: RPS: Enable hardware acceleration of RFSBen Hutchings2-6/+97
2011-01-25tcp: fix bug in listening_get_next()Eric Dumazet1-1/+0
2011-01-25inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller1-1/+1
2011-01-25GRO: fix merging a paged skb after non-paged skbsMichal Schmidt1-2/+6
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller25-53/+47
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller36-381/+544
2011-01-25net: arp_ioctl() must hold RTNLEric Dumazet2-7/+7
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell1-1/+1
2011-01-22net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet5-6/+20
2011-01-22net: netif_setup_tc() is staticEric Dumazet1-1/+1
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf7-24/+39
2011-01-21mac80211: Fix skb-copy failure debug message.Ben Greear1-1/+1
2011-01-21net_sched: accurate bytes/packets stats/ratesEric Dumazet13-30/+24
2011-01-21rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy1-5/+8
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes3-6/+6
2011-01-21ipv6: raw: rcu annotationsEric Dumazet1-7/+7
2011-01-21neigh: __rcu annotationsEric Dumazet1-6/+7
2011-01-21net: ipv6: sit: fix rcu annotationsEric Dumazet1-10/+13
2011-01-21net_sched: RCU conversion of stabEric Dumazet3-13/+23
2011-01-21net_sched: move TCQ_F_THROTTLED flagEric Dumazet6-11/+11
2011-01-21net_sched: sfq: allow divisor to be a parameterEric Dumazet1-12/+30
2011-01-21net: dev_close_many() is staticEric Dumazet1-1/+1