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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...
Jozsef Kadlecsik
1
-0
/
+2
2018-01-08
netfilter: ipset: Fix "don't update counters" mode when counters used at the ...
Jozsef Kadlecsik
7
-128
/
+114
2018-01-08
netfilter: ipset: use swap macro instead of _manually_ swapping values
Gustavo A. R. Silva
3
-18
/
+6
2018-01-08
netfilter: nf_tables: flow offload expression
Pablo Neira Ayuso
4
-0
/
+283
2018-01-08
netfilter: flow table support for the mixed IPv4/IPv6 family
Pablo Neira Ayuso
6
-2
/
+66
2018-01-08
netfilter: flow table support for IPv6
Pablo Neira Ayuso
5
-1
/
+292
2018-01-08
netfilter: flow table support for IPv4
Pablo Neira Ayuso
3
-0
/
+294
2018-01-08
netfilter: add generic flow table infrastructure
Pablo Neira Ayuso
4
-0
/
+533
2018-01-08
netfilter: nf_tables: add flow table netlink frontend
Pablo Neira Ayuso
4
-1
/
+870
2018-01-08
netfilter: nf_conntrack: add IPS_OFFLOAD status bit
Pablo Neira Ayuso
5
-6
/
+50
2018-01-08
netfilter: nf_tables: remove nft_dereference()
Pablo Neira Ayuso
2
-6
/
+3
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
13
-128
/
+3
2018-01-08
netfilter: meta: secpath support
Florian Westphal
2
-0
/
+45
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
5
-65
/
+6
2018-01-08
netfilter: remove route_key_size field in struct nf_afinfo
Pablo Neira Ayuso
4
-9
/
+16
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
8
-19
/
+39
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
12
-58
/
+68
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
7
-63
/
+60
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
7
-38
/
+50
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
8
-27
/
+44
2018-01-08
netfilter: connlimit: split xt_connlimit into front and backend
Florian Westphal
6
-346
/
+420
2018-01-08
netfilter: nf_tables: remove hooks from family definition
Pablo Neira Ayuso
8
-43
/
+37
2018-01-08
netfilter: nf_tables: remove multihook chains and families
Pablo Neira Ayuso
9
-78
/
+49
2018-01-08
netfilter: nf_tables_inet: don't use multihook infrastructure anymore
Pablo Neira Ayuso
5
-20
/
+60
2018-01-08
netfilter: core: support for NFPROTO_INET hook registration
Pablo Neira Ayuso
1
-9
/
+44
2018-01-08
netfilter: core: pass family as parameter to nf_remove_net_hook()
Pablo Neira Ayuso
1
-5
/
+5
2018-01-08
netfilter: core: pass hook number, family and device to nf_find_hook_list()
Pablo Neira Ayuso
1
-17
/
+19
2018-01-08
netfilter: core: add nf_remove_net_hook
Pablo Neira Ayuso
1
-4
/
+4
2018-01-08
netfilter: nf_tables: add nft_set_is_anonymous() helper
Pablo Neira Ayuso
3
-5
/
+10
2018-01-08
netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
Pablo Neira Ayuso
12
-58
/
+43
2018-01-08
netfilter: nf_tables_arp: don't set forward chain
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: nf_tables: reject nat hook registration if prio is before conntrack
Florian Westphal
1
-1
/
+6
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
5
-0
/
+17
2018-01-08
netfilter: xtables: add and use xt_request_find_table_lock
Florian Westphal
5
-51
/
+65
2018-01-08
netfilter: reduce NF_MAX_HOOKS define
Florian Westphal
1
-3
/
+7
2018-01-08
netfilter: don't allocate space for arp/bridge hooks unless needed
Florian Westphal
8
-0
/
+29
2018-01-08
netfilter: don't allocate space for decnet hooks unless needed
Florian Westphal
3
-0
/
+8
2018-01-08
netfilter: reduce hook array sizes to what is needed
Florian Westphal
2
-12
/
+22
2018-01-08
netfilter: add defines for arp/decnet max hooks
Florian Westphal
3
-1
/
+12
2018-01-08
netfilter: reduce size of hook entry point locations
Florian Westphal
5
-14
/
+77
2018-01-08
netfilter: core: free hooks with call_rcu
Florian Westphal
2
-10
/
+43
2018-01-08
netfilter: core: remove synchronize_net call if nfqueue is used
Florian Westphal
5
-19
/
+7
2018-01-08
netfilter: core: make nf_unregister_net_hooks simple wrapper again
Florian Westphal
1
-56
/
+3
2018-01-08
netfilter: nf_conntrack_h323: Remove unwanted comments.
Varsha Rao
2
-71
/
+13
2018-01-08
netfilter: ipset: add resched points during set listing
Florian Westphal
3
-2
/
+2
2018-01-08
netfilter: ipset: use nfnl_mutex_is_locked
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hp
Gao Feng
3
-9
/
+8
2018-01-08
netfilter: conntrack: timeouts can be const
Florian Westphal
7
-7
/
+7
2018-01-08
netfilter: mark expected switch fall-throughs
Gustavo A. R. Silva
6
-2
/
+9
2018-01-08
netfilter: conntrack: l4 protocol trackers can be const
Florian Westphal
11
-27
/
+27
[prev]
[next]