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-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
39
-228
/
+52
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-14
/
+13
2019-06-05
inet_connection_sock: remove unused parameter of reqsk_queue_unlink func
Zhiqiang Liu
1
-3
/
+2
2019-06-05
ipv4: not do cache for local delivery if bc_forwarding is enabled
Xin Long
1
-12
/
+12
2019-06-05
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
4
-4
/
+4
2019-06-04
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
1
-0
/
+44
2019-06-04
ipv4: Plumb support for nexthop object in a fib_info
David Ahern
3
-36
/
+177
2019-06-04
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
6
-33
/
+58
2019-06-04
ipv4: Use accessors for fib_info nexthop data
David Ahern
6
-46
/
+69
2019-06-04
udp: only choose unbound UDP socket for multicast when not in a VRF
Tim Beale
1
-2
/
+1
2019-06-04
net: ipv4: fix rcu lockdep splat due to wrong annotation
Florian Westphal
1
-1
/
+1
2019-06-03
net: fix use-after-free in kfree_skb_list
Eric Dumazet
1
-3
/
+2
2019-06-03
tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)
Eric Dumazet
1
-2
/
+2
2019-06-03
ipv4: icmp: use this_cpu_read() in icmp_sk()
Eric Dumazet
1
-1
/
+1
2019-06-02
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
1
-31
/
+57
2019-06-02
net: use new in_dev_ifa iterators
Florian Westphal
2
-9
/
+20
2019-06-02
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
1
-2
/
+7
2019-06-02
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
1
-8
/
+19
2019-06-02
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
1
-15
/
+16
2019-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-5
/
+5
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-11
/
+23
2019-05-31
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
1
-11
/
+23
2019-05-31
nexthop: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-40
/
+40
2019-05-31
netfilter: ipv4: prefer skb_ensure_writable
Florian Westphal
4
-5
/
+5
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
39
-214
/
+39
2019-05-30
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
1
-2
/
+2
2019-05-30
net: don't clear sock->sk early to avoid trouble in strparser
Jakub Kicinski
1
-1
/
+1
2019-05-30
net: ipv4: place control buffer handling away from fragmentation iterators
Pablo Neira Ayuso
1
-18
/
+37
2019-05-30
net: ipv4: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-88
/
+112
2019-05-30
net: ipv4: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-33
/
+55
2019-05-30
tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key
Jason Baron
1
-24
/
+71
2019-05-30
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
Jason Baron
1
-10
/
+20
2019-05-30
tcp: add backup TFO key infrastructure
Jason Baron
4
-55
/
+123
2019-05-30
tcp: introduce __tcp_fastopen_cookie_gen_cipher()
Christoph Paasch
1
-36
/
+37
2019-05-30
ipv4: tcp_input: fix stack out of bounds when parsing TCP options.
Young Xiao
1
-0
/
+2
2019-05-30
inet: frags: Remove unnecessary smp_store_release/READ_ONCE
Herbert Xu
1
-6
/
+10
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
39
-214
/
+39
2019-05-28
nexthop: Add support for nexthop groups
David Ahern
1
-23
/
+481
2019-05-28
nexthop: Add support for lwt encaps
David Ahern
1
-1
/
+36
2019-05-28
nexthop: Add support for IPv6 gateways
David Ahern
1
-0
/
+56
2019-05-28
nexthop: Add support for IPv4 nexthops
David Ahern
1
-0
/
+208
2019-05-28
net: Initial nexthop code
David Ahern
2
-1
/
+723
2019-05-28
inet: frags: fix use-after-free read in inet_frag_destroy_rcu
Eric Dumazet
1
-2
/
+18
2019-05-28
inet: frags: uninline fqdir_init()
Eric Dumazet
1
-0
/
+19
2019-05-26
ipv4: remove redundant assignment to n
Colin Ian King
1
-1
/
+0
2019-05-26
inet: frags: rework rhashtable dismantle
Eric Dumazet
1
-12
/
+37
2019-05-26
net: dynamically allocate fqdir structures
Eric Dumazet
3
-18
/
+19
2019-05-26
net: add a net pointer to struct fqdir
Eric Dumazet
1
-13
/
+7
2019-05-26
net: rename inet_frags_init_net() to fdir_init()
Eric Dumazet
1
-2
/
+1
[next]