summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Remember FIB alias list head and table in lookup results.David S. Miller2011-01-314-8/+11
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-3139-94/+93
|\
| * batman-adv: Update copyright yearsSven Eckelmann2011-01-3139-39/+39
| * batman-adv: Remove unused variablesSven Eckelmann2011-01-312-10/+1
| * batman-adv: Remove declaration of batman_skb_recvSven Eckelmann2011-01-312-6/+9
| * batman-adv: Remove unused definitionsSven Eckelmann2011-01-311-15/+0
| * batman-adv: Remove dangling declaration of hash_remove_elementSven Eckelmann2011-01-311-5/+0
| * batman-adv: remove unused parametersSimon Wunderlich2011-01-314-14/+10
| * batman-adv: Calculate correct size for merged packetsSven Eckelmann2011-01-314-3/+31
| * batman-adv: Create roughly equal sized fragmentsSven Eckelmann2011-01-311-2/+3
* | 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
OpenPOWER on IntegriCloud