summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcpv6: fix option space offsets with md5Ilpo Järvinen2008-10-081-1/+1
* Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2008-10-0829-5/+272
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l...Simon Horman2008-10-06636-9928/+14959
| |\
| * | IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-0629-3/+266
| * | ipvs: Fix unused label warningSven Wegener2008-09-221-0/+2
| * | ipvs: Restrict sync message to 255 connectionsSven Wegener2008-09-221-2/+4
* | | sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich2008-10-083-20/+15
* | | sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-088-224/+178
* | | inet: cleanup of local_port_rangeEric Dumazet2008-10-083-20/+23
* | | udp: Improve port randomizationEric Dumazet2008-10-081-44/+12
* | | pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski2008-10-081-0/+1
* | | tcp: fix length used for checksum in a resetIlpo Järvinen2008-10-082-3/+3
* | | ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibsDenis V. Lunev2008-10-081-17/+0
* | | ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev2008-10-084-31/+28
* | | ipv6: added net argument to _DEVINC/_DEVADDDenis V. Lunev2008-10-081-19/+21
* | | ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHDenis V. Lunev2008-10-082-3/+3
* | | ipv6: ICMP6MSGIN_INC_STATS is not usedDenis V. Lunev2008-10-081-2/+0
* | | ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev2008-10-083-4/+4
* | | ipv6: added net argument to ICMP6MSGOUT_INC_STATSDenis V. Lunev2008-10-083-5/+5
* | | ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev2008-10-087-9/+13
* | | ipv6: added net argument to ICMP6_INC_STATSDenis V. Lunev2008-10-083-4/+5
* | | ipv6: added net argument to IP6_ADD_STATS_BHDenis V. Lunev2008-10-082-2/+3
* | | ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev2008-10-087-51/+72
* | | netns: add net parameter to IP6_INC_STATSDenis V. Lunev2008-10-089-40/+57
* | | ipv6: consolidate error paths in ipv6_frag_rcvDenis V. Lunev2008-10-081-12/+10
* | | ipv6: local dev is actually unused in ip6_fragmentDenis V. Lunev2008-10-081-2/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-10-08174-3901/+4281
|\ \ \
| * | | netfilter: xtables: remove bogus mangle table dependency of connmarkJan Engelhardt2008-10-081-1/+0
| * | | netfilter: xtables: use NFPROTO_UNSPEC in more extensionsJan Engelhardt2008-10-087-120/+43
| * | | netfilter: xtables: cut down on static data for family-independent extensionsJan Engelhardt2008-10-089-225/+104
| * | | netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-087-24/+52
| * | | netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-0811-32/+57
| * | | netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-0839-283/+208
| * | | netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-0842-297/+209
| * | | netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt2008-10-0814-43/+56
| * | | netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-0848-386/+240
| * | | netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-0859-487/+286
| * | | netfilter: xtables: use "if" blocks in KconfigJan Engelhardt2008-10-083-96/+41
| * | | netfilter: xtables: sort extensions alphabetically in KconfigJan Engelhardt2008-10-083-111/+111
| * | | netfilter: ebtables: make BRIDGE_NF_EBTABLES a menuconfig optionJan Engelhardt2008-10-081-24/+5
| * | | netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOGJan Engelhardt2008-10-081-10/+10
| * | | netfilter: ip6tables: fix name of hopbyhop in KconfigJan Engelhardt2008-10-081-1/+1
| * | | netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-087-67/+45
| * | | netfilter: ebtables: fix one wrong return valueJan Engelhardt2008-10-081-1/+1
| * | | netfilter: remove redundant casts from EbtablesJan Engelhardt2008-10-084-6/+6
| * | | netfilter: remove unused Ebtables functionsJan Engelhardt2008-10-082-114/+0
| * | | netfilter: implement hotdrop for EbtablesJan Engelhardt2008-10-081-3/+10
| * | | netfilter: ebtables: use generic table checkingJan Engelhardt2008-10-084-6/+8
| * | | netfilter: x_tables: output bad hook mask in hexadecimalJan Engelhardt2008-10-081-2/+2
| * | | netfilter: move Ebtables to use XtablesJan Engelhardt2008-10-0822-193/+158