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
/
include
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: add NFTA_RULE_ID attribute
Pablo Neira Ayuso
2017-02-12
1
-0
/
+3
*
netfilter: nf_tables: add space notation to sets
Pablo Neira Ayuso
2017-02-08
1
-0
/
+2
*
netfilter: nf_tables: rename struct nft_set_estimate class field
Pablo Neira Ayuso
2017-02-08
1
-2
/
+2
*
netfilter: nf_tables: add flush field to struct nft_set_iter
Pablo Neira Ayuso
2017-02-08
1
-0
/
+1
*
netfilter: nf_tables: rename deactivate_one() to flush()
Pablo Neira Ayuso
2017-02-08
1
-4
/
+4
*
netfilter: nf_tables: pass netns to set->ops->remove()
Pablo Neira Ayuso
2017-02-08
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-02-03
6
-5
/
+21
|
\
|
*
netfilter: allow logging from non-init namespaces
Michal Kubeček
2017-02-02
1
-0
/
+3
|
*
netfilter: merge ctinfo into nfct pointer storage area
Florian Westphal
2017-02-02
1
-5
/
+6
|
*
netfilter: guarantee 8 byte minalign for template addresses
Florian Westphal
2017-02-02
1
-0
/
+2
|
*
netfilter: add and use nf_ct_set helper
Florian Westphal
2017-02-02
1
-0
/
+8
|
*
skbuff: add and use skb_nfct helper
Florian Westphal
2017-02-02
1
-1
/
+1
|
*
netfilter: conntrack: no need to pass ctinfo to error handler
Florian Westphal
2017-02-02
1
-1
/
+1
|
*
netfilter: merge udp and udplite conntrack helpers
Florian Westphal
2017-01-03
2
-0
/
+2
*
|
netfilter: nf_tables: deconstify walk callback function
Pablo Neira Ayuso
2017-01-24
1
-3
/
+3
*
|
netfilter: rpfilter: fix incorrect loopback packet judgment
Liping Zhang
2017-01-16
1
-0
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-12-07
11
-7
/
+153
|
\
|
*
netfilter: nf_tables: support for set flushing
Pablo Neira Ayuso
2016-12-07
1
-1
/
+5
|
*
netfilter: nf_tables: add stateful object reference to set elements
Pablo Neira Ayuso
2016-12-07
1
-0
/
+9
|
*
netfilter: nft_quota: add depleted flag for objects
Pablo Neira Ayuso
2016-12-07
1
-0
/
+2
|
*
netfilter: nf_tables: notify internal updates of stateful objects
Pablo Neira Ayuso
2016-12-07
1
-0
/
+4
|
*
netfilter: nf_tables: atomic dump and reset for stateful objects
Pablo Neira Ayuso
2016-12-07
1
-1
/
+2
|
*
netfilter: nf_tables: add stateful objects
Pablo Neira Ayuso
2016-12-06
1
-0
/
+79
|
*
netfilter: add and use nf_fwd_netdev_egress
Florian Westphal
2016-12-06
1
-0
/
+1
|
*
netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fields
Pablo Neira Ayuso
2016-12-06
1
-0
/
+1
|
*
netfilter: defrag: only register defrag functionality if needed
Florian Westphal
2016-12-06
2
-2
/
+4
|
*
netfilter: conntrack: add nf_conntrack_default_on sysctl
Florian Westphal
2016-12-04
1
-0
/
+9
|
*
netfilter: conntrack: register hooks in netns when needed by ruleset
Florian Westphal
2016-12-04
1
-0
/
+4
|
*
netfilter: add and use nf_ct_netns_get/put
Florian Westphal
2016-12-04
1
-0
/
+4
|
*
netfilter: conntrack: remove unused init_net hook
Florian Westphal
2016-12-04
1
-3
/
+0
|
*
netfilter: conntrack: built-in support for UDPlite
Davide Caratti
2016-12-04
2
-0
/
+6
|
*
netfilter: conntrack: built-in support for SCTP
Davide Caratti
2016-12-04
2
-0
/
+6
|
*
netfilter: conntrack: built-in support for DCCP
Davide Caratti
2016-12-04
2
-0
/
+6
|
*
netfilter: nf_log: do not assume ethernet header in netdev family
Liping Zhang
2016-12-04
1
-1
/
+3
|
*
netfilter: built-in NAT support for UDPlite
Davide Caratti
2016-12-04
1
-0
/
+3
|
*
netfilter: built-in NAT support for SCTP
Davide Caratti
2016-12-04
1
-0
/
+3
|
*
netfilter: built-in NAT support for DCCP
Davide Caratti
2016-12-04
1
-0
/
+3
*
|
net_sched: gen_estimator: complete rewrite of rate estimators
Eric Dumazet
2016-12-05
1
-3
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
2
-4
/
+4
|
\
|
*
netfilter: nat: fix crash when conntrack entry is re-used
Florian Westphal
2016-11-24
1
-3
/
+3
|
*
netfilter: nf_tables: fix inconsistent element expiration calculation
Anders K. Pedersen
2016-11-24
1
-1
/
+1
|
*
netfilter: nat: switch to new rhlist interface
Florian Westphal
2016-11-24
1
-1
/
+1
*
|
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-11-18
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
2
-5
/
+6
|
\
|
|
*
netfilter: conntrack: avoid excess memory allocation
Florian Westphal
2016-10-27
1
-2
/
+1
|
*
netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...
John W. Linville
2016-10-27
1
-1
/
+1
|
*
netfilter: nf_tables: fix *leak* when expr clone fail
Liping Zhang
2016-10-27
1
-2
/
+4
*
|
netfilter: conntrack: simplify init/uninit of L4 protocol trackers
Davide Caratti
2016-11-09
1
-4
/
+14
*
|
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
2016-11-09
1
-24
/
+9
*
|
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
2016-11-03
1
-0
/
+1
[next]