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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
10
-178
/
+53
2018-03-30
Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...
Florian Westphal
2
-32
/
+2
2018-03-30
netfilter: nf_tables: enable conntrack if NAT chain is registered
Pablo Neira Ayuso
1
-0
/
+12
2018-03-30
netfilter: nf_tables: build-in filter chain type
Pablo Neira Ayuso
4
-133
/
+2
2018-03-30
netfilter: nf_tables: nft_register_chain_type() returns void
Pablo Neira Ayuso
4
-8
/
+10
2018-03-30
netfilter: nf_tables: rename struct nf_chain_type
Pablo Neira Ayuso
4
-4
/
+4
2018-03-29
net/ipv4: Allow notifier to fail route replace
David Ahern
1
-2
/
+7
2018-03-29
net/ipv4: Move call_fib_entry_notifiers up for new routes
David Ahern
1
-2
/
+16
2018-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-1
/
+3
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
35
-43
/
+0
2018-03-26
ip6mr: Add refcounting to mfc
Yuval Mintz
1
-4
/
+4
2018-03-26
ipmr: Make ipmr_dump() common
Yuval Mintz
2
-51
/
+44
2018-03-26
ipmr: Make MFC fib notifiers common
Yuval Mintz
1
-22
/
+4
2018-03-26
ipmr: Make vif fib notifiers common
Yuval Mintz
1
-26
/
+5
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
11
-17
/
+17
2018-03-23
net: Convert udp_sysctl_ops
Kirill Tkhai
1
-1
/
+2
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-19
/
+44
2018-03-22
net: Replace ip_ra_lock with per-net mutex
Kirill Tkhai
1
-9
/
+6
2018-03-22
net: Make ip_ra_chain per struct net
Kirill Tkhai
2
-16
/
+4
2018-03-22
net: Revert "ipv4: fix a deadlock in ip_ra_control"
Kirill Tkhai
3
-5
/
+9
2018-03-22
net: Move IP_ROUTER_ALERT out of lock_sock(sk)
Kirill Tkhai
1
-3
/
+2
2018-03-22
net: Revert "ipv4: get rid of ip_ra_lock"
Kirill Tkhai
1
-2
/
+10
2018-03-22
gre: fix TUNNEL_SEQ bit check on sequence numbering
Colin Ian King
1
-1
/
+1
2018-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+3
2018-03-20
netfilter: ctnetlink: synproxy support
Pablo Neira Ayuso
1
-1
/
+7
2018-03-19
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
John Fastabend
1
-1
/
+3
2018-03-16
net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exit
Yousuk Seung
1
-1
/
+4
2018-03-16
tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-1
/
+2
2018-03-16
udp: Move the udp sysctl to namespace.
Tonghao Zhang
2
-51
/
+67
2018-03-14
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
Sabrina Dubroca
2
-7
/
+20
2018-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-10
/
+18
2018-03-12
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
1
-2
/
+1
2018-03-09
net: do not create fallback tunnels for non-default namespaces
Eric Dumazet
1
-8
/
+12
2018-03-08
net: Convert ipv4_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-08
net: Convert iptable_security_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-08
net: Convert iptable_raw_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-08
net: Convert iptable_nat_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-08
net: Convert iptable_mangle_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-08
net: Convert arptable_filter_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-07
tcp: purge write queue upon aborting the connection
Soheil Hassas Yeganeh
2
-0
/
+2
2018-03-07
net: Fix hlist corruptions in inet_evict_bucket()
Kirill Tkhai
1
-0
/
+3
2018-03-07
xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
Yossi Kuperman
1
-1
/
+2
2018-03-06
net: Only honor ifindex in IP_PKTINFO if non-0
David Ahern
1
-2
/
+4
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-44
/
+43
2018-03-05
netfilter: x_tables: ensure last rule in base chain matches underflow/policy
Florian Westphal
2
-2
/
+32
2018-03-05
netfilter: compat: prepare xt_compat_init_offsets to return errors
Florian Westphal
2
-5
/
+13
2018-03-05
netfilter: x_tables: add counters allocation wrapper
Florian Westphal
2
-2
/
+2
2018-03-05
netfilter: x_tables: move hook entry checks into core
Florian Westphal
2
-20
/
+6
2018-03-05
netfilter: x_tables: check standard verdicts in core
Florian Westphal
2
-10
/
+0
2018-03-05
netfilter: unlock xt_table earlier in __do_replace
Xin Long
2
-2
/
+4
[next]