index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
2
-2
/
+2
*
netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet source
Liping Zhang
2016-12-07
2
-9
/
+12
*
netfilter: nft_fib_ipv4: initialize *dest to zero
Liping Zhang
2016-12-06
1
-0
/
+2
*
netfilter: nft_fib: convert htonl to ntohl properly
Liping Zhang
2016-12-06
1
-1
/
+1
*
netfilter: x_tables: pack percpu counter allocations
Florian Westphal
2016-12-06
2
-6
/
+12
*
netfilter: x_tables: pass xt_counters struct to counter allocator
Florian Westphal
2016-12-06
2
-8
/
+2
*
netfilter: x_tables: pass xt_counters struct instead of packet counter
Florian Westphal
2016-12-06
2
-4
/
+4
*
netfilter: defrag: only register defrag functionality if needed
Florian Westphal
2016-12-06
2
-4
/
+44
*
netfilter: conntrack: register hooks in netns when needed by ruleset
Florian Westphal
2016-12-04
1
-11
/
+44
*
netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions
Florian Westphal
2016-12-04
2
-0
/
+14
*
netfilter: nat: add dependencies on conntrack module
Florian Westphal
2016-12-04
1
-1
/
+7
*
netfilter: add and use nf_ct_netns_get/put
Florian Westphal
2016-12-04
2
-4
/
+4
*
netfilter: conntrack: remove unused init_net hook
Florian Westphal
2016-12-04
1
-6
/
+0
*
netfilter: conntrack: built-in support for UDPlite
Davide Caratti
2016-12-04
1
-0
/
+3
*
netfilter: conntrack: built-in support for SCTP
Davide Caratti
2016-12-04
1
-0
/
+3
*
netfilter: conntrack: built-in support for DCCP
Davide Caratti
2016-12-04
1
-0
/
+3
*
netfilter: update Arturo Borrero Gonzalez email address
Arturo Borrero Gonzalez
2016-12-04
2
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-2
/
+2
|
\
|
*
netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...
Hongxu Jia
2016-11-30
1
-2
/
+2
*
|
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-11-18
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-2
/
+4
|
\
|
|
*
netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it
Liping Zhang
2016-10-31
1
-2
/
+4
*
|
netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
Julia Lawall
2016-11-13
2
-20
/
+20
*
|
netfilter: conntrack: simplify init/uninit of L4 protocol trackers
Davide Caratti
2016-11-09
1
-53
/
+23
*
|
netfilter: nf_tables: use hook state from xt_action_param structure
Pablo Neira Ayuso
2016-11-03
5
-14
/
+13
*
|
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-11-03
6
-16
/
+9
*
|
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
Pablo Neira Ayuso
2016-11-01
3
-0
/
+171
*
|
netfilter: nf_tables: add fib expression
Florian Westphal
2016-11-01
3
-0
/
+247
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-25
2
-4
/
+8
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-4
/
+7
|
|
\
|
|
*
netfilter: nft_chain_route: re-route before skb is queued to userspace
Liping Zhang
2016-09-06
1
-4
/
+7
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
1
-0
/
+1
|
|
\
|
|
|
*
netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT
Liping Zhang
2016-08-25
1
-0
/
+1
*
|
|
netfilter: nf_log: get rid of XT_LOG_* macros
Liping Zhang
2016-09-25
1
-3
/
+3
*
|
|
netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
Liping Zhang
2016-09-25
3
-4
/
+4
*
|
|
netfilter: Remove explicit rcu_read_lock in nf_hook_slow
Aaron Conole
2016-09-24
2
-2
/
+2
*
|
|
netfilter: Add the missed return value check of nft_register_chain_type
Gao Feng
2016-09-12
2
-2
/
+8
*
|
|
netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields
Pablo Neira Ayuso
2016-09-12
1
-1
/
+1
*
|
|
netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...
Gao Feng
2016-09-07
1
-6
/
+7
*
|
|
netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...
Gao Feng
2016-09-07
1
-2
/
+2
|
/
/
*
|
netfilter: log: Check param to avoid overflow in nf_log_set
Gao Feng
2016-08-30
2
-4
/
+2
*
|
netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'
Gao Feng
2016-08-30
1
-1
/
+1
*
|
netfilter: remove ip_conntrack* sysctl compat code
Pablo Neira Ayuso
2016-08-13
5
-615
/
+1
*
|
netfilter: use_nf_conn_expires helper in more places
Florian Westphal
2016-08-12
1
-2
/
+1
*
|
netfilter: nf_dup4: remove redundant checksum recalculation
Liping Zhang
2016-08-12
1
-6
/
+4
|
/
*
netfilter: x_tables: speed up jump target validation
Florian Westphal
2016-07-18
2
-43
/
+49
*
netfilter: conntrack: fix race between nf_conntrack proc read and hash resize
Liping Zhang
2016-07-11
1
-4
/
+10
*
netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF
Joe Perches
2016-07-03
2
-32
/
+29
*
netfilter: x_tables: simplify ip{6}table_mangle_hook()
Pablo Neira Ayuso
2016-07-01
1
-4
/
+0
*
netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCP
Liping Zhang
2016-06-24
1
-0
/
+3
[next]