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: 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
2018-01-08
netfilter: conntrack: constify list of builtin trackers
Florian Westphal
4
-13
/
+13
2018-01-08
netfilter: conntrack: remove nlattr_size pointer from l4proto trackers
Florian Westphal
6
-35
/
+28
2018-01-07
Merge branch 'ipv6-ipv4-nexthop-align'
David S. Miller
7
-42
/
+618
2018-01-07
selftests: fib_tests: Add test cases for netdev carrier change
Ido Schimmel
1
-0
/
+142
2018-01-07
selftests: fib_tests: Add test cases for netdev down
Ido Schimmel
1
-0
/
+141
2018-01-07
selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
Ido Schimmel
2
-0
/
+147
2018-01-07
ipv6: Flush multipath routes when all siblings are dead
Ido Schimmel
1
-8
/
+75
2018-01-07
ipv6: Take table lock outside of sernum update function
Ido Schimmel
2
-4
/
+3
2018-01-07
ipv6: Export sernum update function
Ido Schimmel
2
-3
/
+9
2018-01-07
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
1
-2
/
+9
2018-01-07
ipv6: Add explicit flush indication to routes
Ido Schimmel
1
-1
/
+2
2018-01-07
ipv6: Report dead flag during route dump
Ido Schimmel
1
-0
/
+3
2018-01-07
ipv6: Ignore dead routes during lookup
Ido Schimmel
1
-4
/
+14
2018-01-07
ipv6: Check nexthop flags in route dump instead of carrier
Ido Schimmel
1
-1
/
+1
2018-01-07
ipv6: Check nexthop flags during route lookup instead of carrier
Ido Schimmel
1
-4
/
+3
2018-01-07
ipv6: Set nexthop flags during route creation
Ido Schimmel
1
-0
/
+3
2018-01-07
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
3
-6
/
+20
2018-01-07
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
3
-19
/
+24
2018-01-07
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
3
-0
/
+33
[next]