| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-19 | 5 | -22/+54 |
|\ |
|
| * | netfilter: tproxy: do not assign timewait sockets to skb->sk | Florian Westphal | 2011-02-17 | 3 | -19/+43 |
| * | netfilter: nf_iterate: fix incorrect RCU usage | Patrick McHardy | 2011-02-14 | 1 | -1/+2 |
| * | netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEAT | Pablo Neira Ayuso | 2011-02-09 | 1 | -2/+9 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-02-09 | 2 | -2/+2 |
|\ \ |
|
| * | | IPVS: precedence bug in ip_vs_sync_switch_mode() | Dan Carpenter | 2011-02-07 | 1 | -1/+1 |
| * | | IPVS: Use correct lock in SCTP module | Simon Horman | 2011-02-03 | 1 | -1/+1 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-04 | 3 | -9/+11 |
|\ \ \
| | |/
| |/| |
|
| * | | netfilter: ecache: always set events bits, filter them later | Pablo Neira Ayuso | 2011-02-01 | 1 | -0/+3 |
| * | | netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6 | Thomas Jacob | 2011-01-24 | 1 | -9/+7 |
| * | | netfilter: ctnetlink: fix missing refcount increment during dumps | Pablo Neira Ayuso | 2011-01-24 | 1 | -0/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-02-02 | 25 | -31/+8321 |
|\ \ \
| | |/
| |/| |
|
| * | | netfilter: xtables: add device group match | Patrick McHardy | 2011-02-03 | 3 | -0/+92 |
| * | | netfilter: ipset: send error message manually | Jozsef Kadlecsik | 2011-02-02 | 1 | -7/+26 |
| * | | netfilter: ipset: fix linking with CONFIG_IPV6=n | Patrick McHardy | 2011-02-02 | 1 | -6/+9 |
| * | | netfilter: ipset: add missing break statemtns in ip_set_get_ip_port() | Patrick McHardy | 2011-02-02 | 1 | -0/+2 |
| * | | IPVS: Remove ip_vs_sync_cleanup from section __exit | Simon Horman | 2011-02-01 | 1 | -1/+1 |
| * | | IPVS: Allow compilation with CONFIG_SYSCTL disabled | Simon Horman | 2011-02-01 | 3 | -25/+29 |
| * | | IPVS: remove duplicate initialisation or rs_table | Simon Horman | 2011-02-01 | 1 | -3/+0 |
| * | | IPVS: use z modifier for sizeof() argument | Simon Horman | 2011-02-01 | 1 | -1/+1 |
| * | | netfilter: ctnetlink: fix ctnetlink_parse_tuple() warning | Patrick McHardy | 2011-02-01 | 1 | -1/+1 |
| * | | netfilter: ipset: remove unnecessary includes | Patrick McHardy | 2011-02-01 | 9 | -27/+0 |
| * | | netfilter: ipset: use nla_parse_nested() | Patrick McHardy | 2011-02-01 | 1 | -26/+16 |
| * | | netfilter: xtables: "set" match and "SET" target support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+372 |
| * | | netfilter: ipset: list:set set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+597 |
| * | | netfilter: ipset: hash:net,port set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+592 |
| * | | netfilter: ipset: hash:net set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+471 |
| * | | netfilter: ipset: hash:ip,port,net set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+642 |
| * | | netfilter: ipset: hash:ip,port,ip set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+576 |
| * | | netfilter: ipset: hash:ip,port set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+557 |
| * | | netfilter: ipset: hash:ip set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+480 |
| * | | netfilter: ipset; bitmap:port set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+530 |
| * | | netfilter: ipset: bitmap:ip,mac type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+665 |
| * | | netfilter: ipset: bitmap:ip set type support | Jozsef Kadlecsik | 2011-02-01 | 3 | -0/+600 |
| * | | netfilter: ipset: IP set core support | Jozsef Kadlecsik | 2011-02-01 | 7 | -0/+2128 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-01-31 | 6 | -13/+35 |
|\ \ \
| |/ / |
|
| * | | netfilter: xt_iprange: add IPv6 match debug print code | Thomas Jacob | 2011-01-28 | 1 | -2/+14 |
| * | | netfilter: xt_iprange: typo in IPv4 match debug print code | Thomas Jacob | 2011-01-27 | 1 | -1/+1 |
| * | | Merge branch 'connlimit' of git://dev.medozas.de/linux | Patrick McHardy | 2011-01-26 | 1 | -4/+8 |
| |\ \ |
|
| | * | | netfilter: xt_connlimit: pick right dstaddr in NAT scenario | Jan Engelhardt | 2011-01-26 | 1 | -4/+8 |
| * | | | netfilter: ipvs: fix compiler warnings | Changli Gao | 2011-01-25 | 1 | -3/+1 |
| * | | | IPVS netns BUG, register sysctl for root ns | Hans Schillstrom | 2011-01-25 | 1 | -1/+1 |
| |/ / |
|
| * | | IPVS: Change sock_create_kernel() to __sock_create() | Simon Horman | 2011-01-22 | 1 | -2/+2 |
| * | | netfilter: ipvs: fix compiler warnings | Changli Gao | 2011-01-22 | 2 | -0/+8 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-01-24 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Revert "netlink: test for all flags of the NLM_F_DUMP composite" | David S. Miller | 2011-01-19 | 1 | -2/+2 |
* | | Merge branch 'connlimit' of git://dev.medozas.de/linux | Patrick McHardy | 2011-01-20 | 1 | -14/+30 |
|\ \ |
|
| * | | netfilter: xtables: connlimit revision 1 | Jan Engelhardt | 2011-01-19 | 1 | -14/+30 |
* | | | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2011-01-19 | 2 | -13/+11 |
|\ \ \
| | |/
| |/| |
|
| * | | netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack() | Pablo Neira Ayuso | 2011-01-13 | 1 | -1/+2 |