index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
netfilter: nf_hook_ops structs can be const
Florian Westphal
4
-4
/
+4
2017-07-31
netfilter: nf_tables: fib: use skb_header_pointer
Pablo M. Bermudo Garay
1
-6
/
+23
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-5
/
+5
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-6
/
+6
2017-05-29
netfilter: conntrack: rename nf_ct_iterate_cleanup
Florian Westphal
1
-5
/
+5
2017-05-19
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
1
-3
/
+0
2017-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2017-04-26
netfilter: don't attach a nat extension by default
Florian Westphal
1
-3
/
+1
2017-04-26
netfilter: masquerade: attach nat extension if not present
Florian Westphal
1
-1
/
+4
2017-04-26
netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking
Gao Feng
1
-6
/
+14
2017-04-26
netfilter: synproxy: only register hooks when needed
Florian Westphal
1
-34
/
+39
2017-04-25
netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 path
Dave Johnson
1
-1
/
+1
2017-04-15
netfilter: remove nf_ct_is_untracked
Florian Westphal
1
-4
/
+0
2017-04-15
netfilter: kill the fake untracked conntrack objects
Florian Westphal
2
-4
/
+2
2017-04-08
netfilter: ip6_tables: Remove unneccessary comments
Arushi Singhal
1
-9
/
+0
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
1
-1
/
+1
2017-04-07
netfilter: Remove unnecessary cast on void pointer
simran singhal
1
-12
/
+8
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+8
2017-03-13
netfilter: nft_fib: Support existence check
Phil Sutter
1
-1
/
+1
2017-03-13
netfilter: nf_tables: fix mismatch in big-endian system
Liping Zhang
2
-8
/
+8
2017-03-01
ipv6: orphan skbs in reassembly unit
Eric Dumazet
1
-0
/
+1
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-39
/
+28
2017-02-02
netfilter: allow logging from non-init namespaces
Michal Kubeček
1
-1
/
+1
2017-02-02
netfilter: merge ctinfo into nfct pointer storage area
Florian Westphal
1
-1
/
+1
2017-02-02
netfilter: add and use nf_ct_set helper
Florian Westphal
3
-8
/
+4
2017-02-02
skbuff: add and use skb_nfct helper
Florian Westphal
3
-8
/
+8
2017-02-02
netfilter: reset netfilter state when duplicating packet
Florian Westphal
1
-1
/
+1
2017-02-02
netfilter: conntrack: no need to pass ctinfo to error handler
Florian Westphal
1
-6
/
+6
2017-01-16
netfilter: rpfilter: fix incorrect loopback packet judgment
Liping Zhang
2
-13
/
+8
2017-01-09
netfilter: use fwmark_reflect in nf_send_reset
Pau Espin Pedrol
1
-0
/
+3
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
1
-0
/
+2
2017-01-09
ip6tables: use match, target and data copy_to_user helpers
Willem de Bruijn
1
-15
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-06
netfilter: nft_fib: convert htonl to ntohl properly
Liping Zhang
1
-1
/
+1
2016-12-06
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
1
-3
/
+6
2016-12-06
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
1
-4
/
+1
2016-12-06
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
1
-3
/
+2
2016-12-06
netfilter: defrag: only register defrag functionality if needed
Florian Westphal
2
-5
/
+44
2016-12-04
netfilter: conntrack: register hooks in netns when needed by ruleset
Florian Westphal
1
-12
/
+42
2016-12-04
netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions
Florian Westphal
2
-0
/
+14
2016-12-04
netfilter: add and use nf_ct_netns_get/put
Florian Westphal
1
-2
/
+2
2016-12-04
netfilter: conntrack: built-in support for UDPlite
Davide Caratti
1
-0
/
+3
2016-12-04
netfilter: conntrack: built-in support for SCTP
Davide Caratti
1
-0
/
+3
2016-12-04
netfilter: conntrack: built-in support for DCCP
Davide Caratti
1
-0
/
+3
2016-12-04
netfilter: update Arturo Borrero Gonzalez email address
Arturo Borrero Gonzalez
2
-4
/
+4
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+4
2016-11-29
netfilter: ipv6: nf_defrag: drop mangled skb on ream error
Florian Westphal
2
-3
/
+3
2016-11-24
netfilter: Update nf_send_reset6 to consider L3 domain
David Ahern
1
-0
/
+1
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
[next]