summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Pre-COW metrics for TCP.David S. Miller2011-01-271-3/+23
* Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-01-2715-221/+148
|\
| * mac80211: use DECLARE_EVENT_CLASSJohannes Berg2011-01-261-169/+33
| * cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-217-24/+39
| * mac80211: Fix skb-copy failure debug message.Ben Greear2011-01-211-1/+1
| * mac80211: drop non-auth 3-addr data frames when running as a 4-addr stationFelix Fietkau2011-01-191-3/+22
| * mac80211: allow advertising correct maximum aggregate sizeJohannes Berg2011-01-191-1/+2
| * mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-195-12/+31
| * mac80211: don't return beacons when mesh is disabledJohannes Berg2011-01-191-0/+5
| * mac80211: Show max retry-counts in kernel messages.Ben Greear2011-01-191-4/+4
| * mac80211: mesh only parameter mppath maybe unusedWey-Yi Guy2011-01-191-1/+1
| * mac80211: add hw configuration for max ampdu buffer sizeLuciano Coelho2011-01-192-0/+4
| * mac80211:mesh_mpp_table_grow call should depend on MESH_WORK_GROW_MPP_TABLE f...Nick Ledovskikh2011-01-191-1/+1
| * mac80211: Rewrote code for checking if destinations are proxied.Joel A Fernandes2011-01-191-5/+5
* | net: fix dev_seq_next()Eric Dumazet2011-01-271-4/+7
* | net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller2011-01-272-9/+42
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-274-8/+4
|\ \
| * | ipv6: Remove route peer binding assertions.David S. Miller2011-01-271-4/+0
| * | net: add kmemcheck annotation in __alloc_skb()Eric Dumazet2011-01-271-0/+1
| * | net: fix validate_link_af in rtnetlink coreKurt Van Dijck2011-01-271-2/+1
| * | econet: remove compiler warningsEric Dumazet2011-01-271-2/+2
* | | inetpeer: Mark metrics as "new" in fresh inetpeer entries.David S. Miller2011-01-271-0/+1
* | | net: Implement read-only protection and COW'ing of metrics.David S. Miller2011-01-266-9/+114
* | | 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
OpenPOWER on IntegriCloud