summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-2615-128/+115
|\
| * xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller2011-01-261-0/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-01-266-64/+55
| |\
| | * mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau2011-01-251-0/+3
| | * Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2011-01-192-6/+11
| | * Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg2011-01-191-1/+2
| | * Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg2011-01-191-49/+28
| | * Bluetooth: Fix MITM protection requirement preservationJohan Hedberg2011-01-191-0/+3
| | * Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg2011-01-191-5/+0
| | * Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek2011-01-191-1/+2
| | * Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg2011-01-191-0/+4
| | * Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba2011-01-191-2/+2
| * | TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu2011-01-251-1/+1
| * | ipv6: Revert 'administrative down' address handling changes.David S. Miller2011-01-251-48/+33
| * | net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-01-241-1/+1
| * | ipv6: Always clone offlink routes.David S. Miller2011-01-241-8/+1
| * | dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend2011-01-241-2/+11
| * | tcp: fix bug in listening_get_next()Eric Dumazet2011-01-241-1/+0
| * | inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller2011-01-241-1/+1
| * | GRO: fix merging a paged skb after non-paged skbsMichal Schmidt2011-01-241-2/+6
* | | net_sched: sch_mqprio: dont leak kernel memoryEric Dumazet2011-01-261-1/+1
* | | pktgen: speedup fragmented skbsEric Dumazet2011-01-251-141/+93
* | | net: add sysfs entry for device groupVlad Dogaru2011-01-241-0/+15
* | | net: reduce and unify printk level in netdev_fix_features()Michał Mirosław2011-01-242-22/+13
* | | net: change netdev->features to u32Michał Mirosław2011-01-2412-20/+19
* | | net: Move check of checksum features to netdev_fix_features()Michał Mirosław2011-01-241-15/+17
* | | net: RPS: Enable hardware acceleration of RFSBen Hutchings2011-01-242-6/+97
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-2425-53/+47
|\| |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2011-01-2436-381/+544
| |\ \
| | * | module: fix missing semicolons in MODULE macro usageRusty Russell2011-01-241-1/+1
| | * | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-203-6/+6
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-1917-42/+51
| | |\ \
| * | | | net: arp_ioctl() must hold RTNLEric Dumazet2011-01-242-7/+7
| * | | | net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-2013-30/+24
| | |/ / | |/| |
| * | | sctp: user perfect name for Delayed SACK Timer optionShan Wei2011-01-191-2/+2
| * | | net: fix can_checksum_protocol() arguments swapEric Dumazet2011-01-191-1/+1
| * | | Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-195-6/+6
* | | | net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-215-6/+20
* | | | net: netif_setup_tc() is staticEric Dumazet2011-01-211-1/+1
* | | | rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy2011-01-201-5/+8
* | | | ipv6: raw: rcu annotationsEric Dumazet2011-01-201-7/+7
* | | | neigh: __rcu annotationsEric Dumazet2011-01-201-6/+7
* | | | net: ipv6: sit: fix rcu annotationsEric Dumazet2011-01-201-10/+13
* | | | net_sched: RCU conversion of stabEric Dumazet2011-01-203-13/+23
* | | | net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-206-11/+11
* | | | net_sched: sfq: allow divisor to be a parameterEric Dumazet2011-01-201-12/+30
* | | | net: dev_close_many() is staticEric Dumazet2011-01-201-1/+1
* | | | netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet2011-01-201-0/+1
* | | | netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao2011-01-201-7/+11
* | | | Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy2011-01-201-14/+30
|\ \ \ \