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
2019-06-24
ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering
Stefano Brivio
1
-2
/
+2
2019-06-24
fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED
Stefano Brivio
1
-1
/
+7
2019-06-24
ipv4: fix confirm_addr_indev() when enable route_localnet
Shijie Luo
1
-2
/
+8
2019-06-24
ipv4: fix inet_select_addr() when enable route_localnet
Shijie Luo
1
-1
/
+5
2019-06-22
net: fastopen: robustness and endianness fixes for SipHash
Ard Biesheuvel
3
-22
/
+19
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-99
/
+34
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-12
/
+13
2019-06-21
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
1
-1
/
+2
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
21
-87
/
+21
2019-06-21
netfilter: nf_tables: add support for matching IPv4 options
Stephen Suryaputra
1
-0
/
+1
2019-06-21
netfilter: synproxy: fix manual bump of the reference counter
Fernando Fernandez Mancera
1
-1
/
+0
2019-06-19
inet: clear num_timeout reqsk_alloc()
Eric Dumazet
2
-8
/
+0
2019-06-19
net/ipv4: fib_trie: Avoid cryptic ternary expressions
Matthias Kaehlcke
1
-2
/
+8
2019-06-19
inet: fix various use-after-free in defrags units
Eric Dumazet
2
-17
/
+16
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
20
-85
/
+20
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484
Thomas Gleixner
1
-2
/
+1
2019-06-18
net/udp_gso: Allow TX timestamp with UDP GSO
Fred Klassen
1
-0
/
+5
2019-06-18
ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL
Xin Long
1
-3
/
+6
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-45
/
+74
2019-06-17
net: ipv4: remove erroneous advancement of list pointer
Florian Westphal
1
-2
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-13
/
+71
2019-06-17
net: ipv4: move tcp_fastopen server side code to SipHash library
Ard Biesheuvel
1
-66
/
+31
2019-06-17
Merge branch 'tcp-fixes'
David S. Miller
7
-9
/
+42
2019-06-17
netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY
Fernando Fernandez Mancera
1
-388
/
+6
2019-06-16
tcp: fix compile error if !CONFIG_SYSCTL
Eric Dumazet
2
-5
/
+5
2019-06-15
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
Eric Dumazet
1
-0
/
+1
2019-06-15
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
3
-2
/
+13
2019-06-15
tcp: tcp_fragment() should apply sane memory limits
Eric Dumazet
2
-0
/
+6
2019-06-15
tcp: limit payload size of sacked skbs
Eric Dumazet
3
-9
/
+24
2019-06-14
tcp: add tcp_tx_skb_cache sysctl
Eric Dumazet
1
-0
/
+8
2019-06-14
tcp: add tcp_rx_skb_cache sysctl
Eric Dumazet
1
-0
/
+9
2019-06-14
udp: Remove unused variable/function (exact_dif)
Tim Beale
1
-12
/
+0
2019-06-14
udp: Remove unused parameter (exact_dif)
Tim Beale
1
-5
/
+5
2019-06-14
ipv4: tcp: fix ACK/RST sent with a transmit delay
Eric Dumazet
2
-6
/
+11
2019-06-14
ipv4: Support multipath hashing on inner IP pkts for GRE tunnel
Stephen Suryaputra
2
-1
/
+18
2019-06-14
tcp: use static_branch_deferred_inc for clean_acked_data_enabled
Willem de Bruijn
1
-1
/
+1
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-12
tcp: add optional per socket transmit delay
Eric Dumazet
4
-8
/
+51
2019-06-11
net: correct udp zerocopy refcnt also when zerocopy only on append
Willem de Bruijn
1
-1
/
+1
2019-06-10
nexthops: add support for replace
David Ahern
1
-5
/
+214
2019-06-10
ipv4: Optimization for fib_info lookup with nexthops
David Ahern
1
-6
/
+65
2019-06-10
ipv4: Allow routes to use nexthop objects
David Ahern
2
-0
/
+34
2019-06-10
nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct
David Ahern
1
-0
/
+31
2019-06-10
tcp: Make tcp_fastopen_alloc_ctx static
YueHaibing
1
-3
/
+3
2019-06-10
Update my email address
Jozsef Kadlecsik
2
-2
/
+2
2019-06-09
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
1
-0
/
+1
2019-06-09
tcp: fix undo spurious SYNACK in passive Fast Open
Yuchung Cheng
1
-1
/
+1
2019-06-09
net: ipv4: fib_semantics: fix uninitialized variable
Enrico Weigelt
1
-1
/
+1
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-32
/
+3
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+9
[prev]
[next]