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