aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman1-1/+1
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman3-25/+29
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman1-3/+0
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman1-1/+1
2011-02-01netfilter: ctnetlink: fix ctnetlink_parse_tuple() warningPatrick McHardy1-1/+1
2011-02-01netfilter: ipset: remove unnecessary includesPatrick McHardy9-27/+0
2011-02-01netfilter: ipset: use nla_parse_nested()Patrick McHardy1-26/+16
2011-02-01netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik3-0/+372
2011-02-01netfilter: ipset: list:set set type supportJozsef Kadlecsik3-0/+597
2011-02-01netfilter: ipset: hash:net,port set type supportJozsef Kadlecsik3-0/+592
2011-02-01netfilter: ipset: hash:net set type supportJozsef Kadlecsik3-0/+471
2011-02-01netfilter: ipset: hash:ip,port,net set type supportJozsef Kadlecsik3-0/+642
2011-02-01netfilter: ipset: hash:ip,port,ip set type supportJozsef Kadlecsik3-0/+576
2011-02-01netfilter: ipset: hash:ip,port set type supportJozsef Kadlecsik3-0/+557
2011-02-01netfilter: ipset: hash:ip set type supportJozsef Kadlecsik3-0/+480
2011-02-01netfilter: ipset; bitmap:port set type supportJozsef Kadlecsik3-0/+530
2011-02-01netfilter: ipset: bitmap:ip,mac type supportJozsef Kadlecsik3-0/+665
2011-02-01netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik3-0/+600
2011-02-01netfilter: ipset: IP set core supportJozsef Kadlecsik7-0/+2128
2011-01-28netfilter: xt_iprange: add IPv6 match debug print codeThomas Jacob1-2/+14
2011-01-27netfilter: xt_iprange: typo in IPv4 match debug print codeThomas Jacob1-1/+1
2011-01-26Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-4/+8
2011-01-26netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt1-4/+8
2011-01-25netfilter: ipvs: fix compiler warningsChangli Gao1-3/+1
2011-01-25IPVS netns BUG, register sysctl for root nsHans Schillstrom1-1/+1
2011-01-22IPVS: Change sock_create_kernel() to __sock_create()Simon Horman1-2/+2
2011-01-22netfilter: ipvs: fix compiler warningsChangli Gao2-0/+8
2011-01-20netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet1-0/+1
2011-01-20netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao1-7/+11
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-14/+30
2011-01-20netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal1-1/+1
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller71-1465/+3727
2011-01-19net_sched: cleanupsEric Dumazet41-801/+842
2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy1-29/+31
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend4-0/+434
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend1-1/+54
2011-01-19netlink: support setting devgroup parametersVlad Dogaru1-4/+28
2011-01-19net_device: add support for network device groupsVlad Dogaru2-0/+18
2011-01-19net: cleanup unused macros in net directoryShan Wei10-12/+2
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy88-720/+839
2011-01-19netfilter: nf_conntrack: fix lifetime display for disabled connectionsPatrick McHardy1-17/+12
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt1-14/+30
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso6-1/+244
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet2-6/+6
2011-01-18af_unix: implement socket filterAlban Crequy1-0/+6
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-33/+42
2011-01-18net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross1-2/+2
2011-01-18ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-10/+13
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa7-70/+196