aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: export attach/detach filter routinesMichael S. Tsirkin2010-02-171-0/+2
* net: bug fix for vlan + gro issueAjit Khaparde2010-02-171-1/+1
* xfrm: Revert false event eliding commits.David S. Miller2010-02-174-20/+9
* ethtool: Don't flush n-tuple list from ethtool_reset()Ben Hutchings2010-02-171-3/+0
* net: use kasprintf() for socket cache namesAlexey Dobriyan2010-02-171-8/+2
* xt_hashlimit: fix lockingEric Dumazet2010-02-171-4/+0
* ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov2010-02-171-3/+0
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-178-10/+0
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-1614-101/+110
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-168-46/+55
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-169-33/+23
| |\
| | * xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-161-9/+3
| | * ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-162-10/+2
| | * ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-161-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-1025-132/+162
| |\ \
| * | | 9p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen2010-02-081-12/+19
| * | | 9p: Fix the kernel crash on a failed mountAneesh Kumar K.V2010-02-081-1/+2
| * | | 9p: fix option parsingEric Van Hensbergen2010-02-083-12/+16
| * | | net/9p: fix statsize inside twstatEric Van Hensbergen2010-02-081-2/+3
| * | | net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen2010-02-081-0/+8
| * | | net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen2010-02-081-0/+1
* | | | xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal2010-02-161-5/+5
* | | | net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-165-11/+8
* | | | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-161-13/+13
* | | | tunnels: fix netns vs proto registration orderingAlexey Dobriyan2010-02-164-62/+47
* | | | gre: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-9/+10
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-1684-1713/+2053
|\ \ \ \
| * | | | netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2010-02-151-3/+3
| * | | | netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal2010-02-1517-17/+17
| * | | | netfilter: ebtables: abort if next_offset is too smallFlorian Westphal2010-02-151-0/+2
| * | | | netfilter: ctnetlink: add zone supportPatrick McHardy2010-02-151-19/+73
| * | | | netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-1517-78/+193
| * | | | netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-157-9/+13
| * | | | netfilter: xtables: add const qualifiersJan Engelhardt2010-02-154-136/+168
| * | | | netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-157-16/+16
| * | | | netfilter: xtables: print details on size mismatchJan Engelhardt2010-02-151-2/+6
| * | | | netfilter: iptables: remove unused function argumentsJan Engelhardt2010-02-152-14/+6
| * | | | netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt2010-02-151-2/+6
| * | | | netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan2010-02-123-3/+0
| * | | | netfilter: xtables: fix mangle tablesAlexey Dobriyan2010-02-112-2/+6
| * | | | netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy2010-02-111-5/+23
| * | | | netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-112-6/+57
| * | | | netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2010-02-111-16/+23
| * | | | netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-112-30/+177
| * | | | netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-112-88/+95
| * | | | netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy2010-02-111-3/+4
| * | | | netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy2010-02-112-0/+12
| * | | | netfilter: ctnetlink: dump expectation helper namePatrick McHardy2010-02-111-0/+4
| * | | | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-02-1015-825/+341
| |\ \ \ \
| | * | | | netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-1015-334/+138