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-316-6/+93
|\
| * Merge branch 'batman-adv/merge-oopsonly' of git://git.open-mesh.org/ecsv/linu...David S. Miller2011-01-301-6/+8
| |\
| | * batman-adv: Make vis info stack traversal threadsafeSven Eckelmann2011-01-301-3/+4
| | * batman-adv: Remove vis info element in free_infoSven Eckelmann2011-01-301-0/+1
| | * batman-adv: Remove vis info on hashing errorsSven Eckelmann2011-01-301-1/+1
| | * batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing2011-01-251-2/+2
| * | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-303-0/+81
| * | net: Fix ip link add netns oopsEric W. Biederman2011-01-301-0/+3
| * | gro: Reset dev pointer on reuseHerbert Xu2011-01-291-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-01-316-13/+35
|\ \ \
| * | | netfilter: xt_iprange: add IPv6 match debug print codeThomas Jacob2011-01-281-2/+14
| * | | netfilter: xt_iprange: typo in IPv4 match debug print codeThomas Jacob2011-01-271-1/+1
| * | | Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy2011-01-261-4/+8
| |\ \ \
| | * | | netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt2011-01-261-4/+8
| * | | | netfilter: ipvs: fix compiler warningsChangli Gao2011-01-251-3/+1
| * | | | IPVS netns BUG, register sysctl for root nsHans Schillstrom2011-01-251-1/+1
| |/ / /
| * | | IPVS: Change sock_create_kernel() to __sock_create()Simon Horman2011-01-221-2/+2
| * | | netfilter: ipvs: fix compiler warningsChangli Gao2011-01-222-0/+8
* | | | ipv4: If fib metrics are default, no need to grab ref to FIB info.David S. Miller2011-01-281-2/+4
* | | | ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller2011-01-282-5/+9
* | | | ipv4: Allocate fib metrics dynamically.David S. Miller2011-01-281-0/+4
* | | | 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
OpenPOWER on IntegriCloud