Age | Commit message (Expand) | Author |
2017-07-01 | sctp: remove the typedef sctp_inithdr_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_chunkhdr_t | Xin Long |
2017-07-01 | sctp: remove the typedef sctp_sctphdr_t | Xin Long |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-06-19 | netfilter: nfnetlink: extended ACK reporting | Pablo Neira Ayuso |
2017-06-19 | netfilter: nf_tables: reduce chain type table size | Florian Westphal |
2017-06-19 | netfilter: conntrack: use NFPROTO_MAX to size array | Florian Westphal |
2017-06-19 | netfilter: use nf_conntrack_helpers_register when possible | Liping Zhang |
2017-06-19 | netfilter, kbuild: use canonical method to specify objs. | Jike Song |
2017-06-19 | netns: add and use net_ns_barrier | Florian Westphal |
2017-06-19 | netfilter: move table iteration out of netns exit paths | Florian Westphal |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-29 | netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs | Liping Zhang |
2017-05-29 | netfilter: nf_ct_helper: use nf_ct_iterate_destroy to unlink helper objs | Liping Zhang |
2017-05-29 | netfilter: nft_set_hash: add lookup variant for fixed size hashtable | Pablo Neira Ayuso |
2017-05-29 | netfilter: nft_set_hash: add non-resizable hashtable implementation | Pablo Neira Ayuso |
2017-05-29 | netfilter: nf_tables: allow large allocations for new sets | Pablo Neira Ayuso |
2017-05-29 | netfilter: nft_set_hash: add nft_hash_buckets() | Pablo Neira Ayuso |
2017-05-29 | netfilter: nf_tables: pass set description to ->privsize | Pablo Neira Ayuso |
2017-05-29 | netfilter: nf_tables: select set backend flavour depending on description | Pablo Neira Ayuso |
2017-05-29 | netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend | Pablo Neira Ayuso |
2017-05-29 | netfilter: nf_tables: no size estimation if number of set elements is unknown | Pablo Neira Ayuso |
2017-05-29 | netfilter: nft_set_hash: unnecessary forward declaration | Pablo Neira Ayuso |
2017-05-29 | netfilter: nat: destroy nat mappings on module exit path only | Florian Westphal |
2017-05-29 | netfilter: conntrack: restart iteration on resize | Florian Westphal |
2017-05-29 | netfilter: conntrack: add nf_ct_iterate_destroy | Florian Westphal |
2017-05-29 | netfilter: conntrack: don't call iter for non-confirmed conntracks | Florian Westphal |
2017-05-29 | netfilter: conntrack: rename nf_ct_iterate_cleanup | Florian Westphal |
2017-05-29 | netfilter: nft_rt: make local functions static | stephen hemminger |
2017-05-29 | netfilter: dup: resolve warnings about missing prototypes | stephen hemminger |
2017-05-29 | netfilter: ctnetlink: delete extra spaces | linzhang |
2017-05-24 | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resize | Liping Zhang |
2017-05-23 | netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BIT | Liping Zhang |
2017-05-23 | netfilter: nft_set_rbtree: handle element re-addition after deletion | Pablo Neira Ayuso |
2017-05-23 | netfilter: conntrack: fix false CRC32c mismatch using paged skb | Davide Caratti |
2017-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2017-05-18 | netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPAT | Willem de Bruijn |
2017-05-17 | tcp: switch TCP TS option (RFC 7323) to 1ms clock | Eric Dumazet |
2017-05-15 | netfilter: nf_tables: revisit chain/object refcounting from elements | Pablo Neira Ayuso |
2017-05-15 | netfilter: nf_tables: missing sanitization in data from userspace | Pablo Neira Ayuso |
2017-05-15 | netfilter: nf_tables: can't assume lock is acquired when dumping set elems | Liping Zhang |
2017-05-15 | netfilter: synproxy: fix conntrackd interaction | Eric Leblond |
2017-05-15 | netfilter: xtables: zero padding in data_to_user | Willem de Bruijn |
2017-05-15 | Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne... | Pablo Neira Ayuso |
2017-05-15 | netfilter: nfnl_cthelper: reject del request if helper obj is in use | Liping Zhang |
2017-05-15 | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang |
2017-05-15 | netfilter: don't setup nat info for confirmed ct | Liping Zhang |