index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_socket.c
Age
Commit message (
Expand
)
Author
2018-06-03
netfilter: Decrease code duplication regarding transparent socket option
Máté Eckl
2018-02-14
netfilter: x_tables: use pr ratelimiting in all remaining spots
Florian Westphal
2017-09-26
netfilter: xt_socket: Restore mark from full sockets only
Subash Abhinov Kasiviswanathan
2017-04-24
netfilter: xt_socket: Fix broken IPv6 handling
Peter Tirsek
2016-12-06
netfilter: defrag: only register defrag functionality if needed
Florian Westphal
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-11-01
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
Pablo Neira Ayuso
2016-04-04
tcp/dccp: do not touch listener sk_refcnt under synflood
Eric Dumazet
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2015-06-18
netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag
Harout Hedeshian
2015-04-08
netfilter: x_tables: don't extract flow keys on early demuxed sks in socket m...
Daniel Borkmann
2015-03-17
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
Eric Dumazet
2015-02-16
netfilter: xt_socket: fix a stack corruption bug
Eric Dumazet
2013-10-17
netfilter: xt_socket: use sock_gen_put()
Eric Dumazet
2013-10-09
ipv6: make lookups simpler and faster
Eric Dumazet
2013-08-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-07-31
netfilter: tproxy: remove nf_tproxy_core.h
Florian Westphal
2013-07-15
netfilter: xt_socket: fix broken v0 support
Eric Dumazet
2013-06-20
netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flag
Eric Dumazet
2013-05-23
netfilter: xt_socket: use IP early demux
Eric Dumazet
2012-09-03
netfilter: xt_socket: fix compilation warnings with gcc 4.7
Pablo Neira Ayuso
2012-05-09
netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()
Hans Schillstrom
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
2011-12-03
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
2011-06-06
netfilter: add more values to enum ip_conntrack_info
Eric Dumazet
2011-02-17
netfilter: tproxy: do not assign timewait sockets to skb->sk
Florian Westphal
2010-10-28
netfilter: xt_socket: Make tproto signed in socket_mt6_v1().
David S. Miller
2010-10-25
netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...
KOVACS Krisztian
2010-10-21
tproxy: added IPv6 support to the socket match
Balazs Scheidler
2010-10-21
tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the...
Balazs Scheidler
2010-06-08
netfilter: nf_conntrack: IPS_UNTRACKED bit
Eric Dumazet
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-03-25
netfilter: xt extensions: use pr_<level> (2)
Jan Engelhardt
2009-10-29
netfilter: xt_socket: make module available for INPUT chain
Jan Engelhardt
2009-10-18
inet: rename some inet_sock fields
Eric Dumazet
2009-06-09
netfilter: xt_socket: added new revision of the 'socket' match supporting flags
Laszlo Attila Toth
2008-12-07
tproxy: fixe a possible read from an invalid location in the socket match
Balazs Scheidler
2008-10-08
netfilter: xtables: move extension arguments into compound structure (1/6)
Jan Engelhardt
2008-10-08
netfilter: iptables socket match
KOVACS Krisztian