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-12-18
netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is set
Taehee Yoo
1
-1
/
+2
2018-12-18
netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...
Taehee Yoo
1
-5
/
+14
2018-12-18
netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routine
Taehee Yoo
1
-1
/
+0
2018-12-18
netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routine
Taehee Yoo
1
-68
/
+87
2018-12-17
netfilter: nat: remove nf_nat_l4proto struct
Florian Westphal
4
-107
/
+4
2018-12-17
netfilter: nat: remove l4proto->manip_pkt
Florian Westphal
5
-71
/
+2
2018-12-17
netfilter: nat: remove l4proto->nlattr_to_range
Florian Westphal
2
-6
/
+0
2018-12-17
netfilter: nat: remove l4proto->in_range
Florian Westphal
2
-12
/
+0
2018-12-17
netfilter: nat: fold in_range indirection into caller
Florian Westphal
1
-8
/
+0
2018-12-17
netfilter: nat: remove l4proto->unique_tuple
Florian Westphal
2
-71
/
+0
2018-12-17
netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support
Florian Westphal
1
-7
/
+0
2018-12-15
net: clear skb->tstamp in forwarding paths
Eric Dumazet
1
-0
/
+1
2018-12-15
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
1
-2
/
+6
2018-12-15
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
3
-7
/
+19
2018-12-15
net: ipv4: do not handle duplicate fragments as overlapping
Michal Kubecek
1
-6
/
+12
2018-12-15
ipconfig: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-12
/
+1
2018-12-14
net: tcp: prefer listeners bound to an address
Peter Oskolkov
1
-52
/
+8
2018-12-14
net: udp: prefer listeners bound to an address
Peter Oskolkov
1
-57
/
+19
2018-12-14
net: Allow class-e address assignment via ifconfig ioctl
Dave Taht
2
-2
/
+5
2018-12-10
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
1
-6
/
+0
2018-12-10
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+4
2018-12-10
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
Eric Dumazet
1
-5
/
+2
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-20
/
+46
2018-12-08
ip: silence udp zerocopy smatch false positive
Willem de Bruijn
1
-1
/
+2
2018-12-07
tcp: lack of available data can also cause TSO defer
Eric Dumazet
1
-11
/
+24
2018-12-06
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2
-4
/
+4
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-2
/
+2
2018-12-06
tcp: fix code style in tcp_recvmsg()
Pedro Tammela
1
-2
/
+2
2018-12-05
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
1
-0
/
+7
2018-12-05
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
1
-4
/
+7
2018-12-05
tcp: Do not underestimate rwnd_limited
Eric Dumazet
1
-1
/
+4
2018-12-05
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
1
-2
/
+2
2018-12-04
net: Do not route unicast IP packets twice
Ido Schimmel
1
-0
/
+7
2018-12-04
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
Ido Schimmel
1
-1
/
+1
2018-12-03
udp: elide zerocopy operation in hot path
Willem de Bruijn
2
-12
/
+12
2018-12-03
udp: msg_zerocopy
Willem de Bruijn
1
-1
/
+22
2018-12-03
udp_tunnel: add config option to bind to a device
Alexis Bauvin
1
-0
/
+17
2018-12-01
netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
Paul E. McKenney
1
-3
/
+3
2018-11-30
tcp: fix SNMP TCP timeout under-estimation
Yuchung Cheng
1
-4
/
+4
2018-11-30
tcp: fix SNMP under-estimation on failed retransmission
Yuchung Cheng
1
-1
/
+1
2018-11-30
tcp: fix off-by-one bug on aborting window-probing socket
Yuchung Cheng
1
-1
/
+1
2018-11-30
tcp: md5: add tcp_md5_needed jump label
Eric Dumazet
3
-7
/
+15
2018-11-30
tcp: implement coalescing on backlog queue
Eric Dumazet
2
-6
/
+87
2018-11-30
tcp: take care of compressed acks in tcp_add_reno_sack()
Eric Dumazet
1
-25
/
+33
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+14
2018-11-29
tcp: remove loop to compute wscale
Eric Dumazet
1
-5
/
+3
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-22
/
+56
2018-11-28
bpf: helper to pop data from messages
John Fastabend
1
-3
/
+14
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-11
/
+38
2018-11-27
net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabled
David Ahern
1
-1
/
+1
[prev]
[next]