summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-01-30net: Fix ip link add netns oopsEric W. Biederman
2011-01-29gro: Reset dev pointer on reuseHerbert Xu
2011-01-28ipv4: If fib metrics are default, no need to grab ref to FIB info.David S. Miller
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller
2011-01-28ipv4: Allocate fib metrics dynamically.David S. Miller
2011-01-28netfilter: xt_iprange: add IPv6 match debug print codeThomas Jacob
2011-01-27net: Pre-COW metrics for TCP.David S. Miller
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-01-27net: fix dev_seq_next()Eric Dumazet
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-27ipv6: Remove route peer binding assertions.David S. Miller
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck
2011-01-27econet: remove compiler warningsEric Dumazet
2011-01-27inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller
2011-01-27netfilter: xt_iprange: typo in IPv4 match debug print codeThomas Jacob
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-26xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller
2011-01-26mac80211: use DECLARE_EVENT_CLASSJohannes Berg
2011-01-26net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-01-26Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy
2011-01-26netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt
2011-01-25batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing
2011-01-25TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu
2011-01-25mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau
2011-01-25pktgen: speedup fragmented skbsEric Dumazet
2011-01-25ipv6: Revert 'administrative down' address handling changes.David S. Miller
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao
2011-01-24net: add sysfs entry for device groupVlad Dogaru
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo
2011-01-25IPVS netns BUG, register sysctl for root nsHans Schillstrom
2011-01-24ipv6: Always clone offlink routes.David S. Miller
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław
2011-01-24dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings
2011-01-24tcp: fix bug in listening_get_next()Eric Dumazet
2011-01-24inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller
2011-01-24GRO: fix merging a paged skb after non-paged skbsMichal Schmidt
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet