Age | Commit message (Expand) | Author | Files | Lines |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 12 | -82/+55 |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -16/+8 |
2013-02-18 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 19 | -182/+295 |
2013-02-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net | David S. Miller | 2 | -1/+6 |
2013-02-19 | netfilter: nf_ct_helper: better logging for dropped packets | Pablo Neira Ayuso | 13 | -50/+157 |
2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 8 | -18/+18 |
2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 5 | -9/+10 |
2013-02-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -18/+19 |
2013-02-12 | netfilter: nf_ct_helper: don't discard helper if it is actually the same | Florian Westphal | 1 | -1/+3 |
2013-02-12 | netfilter: ctnetlink: don't permit ct creation with random tuple | Florian Westphal | 1 | -0/+3 |
2013-02-06 | ipvs: sctp: fix checksumming on snat and dnat handlers | Daniel Borkmann | 1 | -18/+17 |
2013-02-05 | netfilter: nf_ct_pptp: Fix comment referring to incorrect RFC | Reese Moore | 1 | -1/+1 |
2013-02-05 | netfilter: nfnetlink: add mutex per subsystem | Pablo Neira Ayuso | 3 | -39/+51 |
2013-02-05 | netfilter: xt_CT: add alias flag | Pablo Neira Ayuso | 1 | -3/+29 |
2013-02-05 | netfilter: xt_CT: merge common code of revision 0 and 1 | Pablo Neira Ayuso | 1 | -89/+56 |
2013-02-05 | netfilter: fix missing dependencies for NETFILTER_XT_MATCH_CONNLABEL | Florian Westphal | 1 | -0/+1 |
2013-02-04 | net: remove redundant check for timer pending state before del_timer | Ying Xue | 1 | -2/+1 |
2013-01-29 | netfilter ipset: Use ipv6_addr_equal() where appropriate. | YOSHIFUJI Hideaki / 吉藤英明 | 7 | -9/+9 |
2013-01-28 | ipvs: freeing uninitialized pointer on error | Dan Carpenter | 1 | -0/+2 |
2013-01-23 | netfilter: nf_conntrack: fix compilation if sysctl are disabled | Pablo Neira Ayuso | 1 | -2/+9 |
2013-01-23 | netfilter: nf_conntrack: refactor l4proto support for netns | Gao feng | 5 | -59/+117 |
2013-01-23 | netfilter: nf_conntrack: refactor l3proto support for netns | Gao feng | 1 | -22/+9 |
2013-01-23 | netfilter: nf_ct_proto: move initialization out of pernet_operations | Gao feng | 2 | -18/+29 |
2013-01-23 | netfilter: nf_ct_labels: move initialization out of pernet_operations | Gao feng | 2 | -16/+12 |
2013-01-23 | netfilter: nf_ct_helper: move initialization out of pernet_operations | Gao feng | 2 | -32/+36 |
2013-01-23 | netfilter: nf_ct_timeout: move initialization out of pernet_operations | Gao feng | 2 | -23/+15 |
2013-01-23 | netfilter: nf_ct_ecache: move initialization out of pernet_operations | Gao feng | 2 | -28/+24 |
2013-01-23 | netfilter: nf_ct_tstamp: move initialization out of pernet_operations | Gao feng | 2 | -28/+26 |
2013-01-23 | netfilter: nf_ct_acct: move initialization out of pernet_operations | Gao feng | 2 | -27/+24 |
2013-01-23 | netfilter: nf_ct_expect: move initialization out of pernet_operations | Gao feng | 2 | -31/+36 |
2013-01-23 | netfilter: nf_conntrack: move initialization out of pernet operations | Gao feng | 2 | -81/+71 |
2013-01-21 | netfilter: x_tables: add xt_bpf match | Willem de Bruijn | 3 | -0/+83 |
2013-01-18 | netfilter: nf_ct_snmp: add include file | stephen hemminger | 1 | -0/+1 |
2013-01-18 | netfilter: ctnetlink: allow userspace to modify labels | Florian Westphal | 2 | -0/+87 |
2013-01-18 | netfilter: ctnetlink: deliver labels to userspace | Florian Westphal | 2 | -1/+42 |
2013-01-18 | netfilter: add connlabel conntrack extension | Florian Westphal | 6 | -0/+206 |
2013-01-17 | netfilter: nf_ct_sip: support Cisco 7941/7945 IP phones | Kevin Cernekee | 2 | -3/+41 |
2013-01-13 | netfilter: x_tables: print correct hook names for ARP | Jan Engelhardt | 1 | -8/+20 |
2013-01-12 | netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns | Pablo Neira Ayuso | 2 | -4/+6 |
2013-01-11 | net/netfilter: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -16/+8 |
2013-01-10 | netfilter: xt_CT: fix unset return value if conntrack zone are disabled | Pablo Neira Ayuso | 1 | -2/+2 |
2013-01-04 | netfilter: xt_recent: avoid high order page allocations | Eric Dumazet | 1 | -5/+18 |
2013-01-04 | netfilter: fix missing dependencies for the NOTRACK target | Pablo Neira Ayuso | 1 | -0/+3 |
2012-12-26 | netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expect | Jesper Juhl | 1 | -1/+1 |
2012-12-26 | netfilter: xt_hashlimit: fix namespace destroy path | Vitaly E. Lavrov | 1 | -4/+25 |
2012-12-26 | netfilter: xt_recent: fix namespace destroy path | Vitaly E. Lavrov | 1 | -4/+16 |
2012-12-26 | netfilter: xt_hashlimit: fix race that results in duplicated entries | Pablo Neira Ayuso | 1 | -4/+21 |
2012-12-24 | netfilter: xt_CT: recover NOTRACK target support | Pablo Neira Ayuso | 2 | -1/+53 |