index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-05-29
2
-13
/
+40
|
\
|
*
esp4: improve xfrm4_beet_gso_segment() to be more readable
Xin Long
2020-05-18
1
-8
/
+11
|
*
ip_vti: receive ipip packet by calling ip_tunnel_rcv
Xin Long
2020-04-23
1
-1
/
+22
|
*
esp4: support ipv6 nexthdrs process for beet gso segment
Xin Long
2020-04-21
1
-4
/
+9
|
*
xfrm: remove the xfrm_state_put call becofe going to out_reset
Xin Long
2020-04-20
1
-3
/
+1
*
|
ipv4: nexthop version of fib_info_nh_uses_dev
David Ahern
2020-05-27
1
-9
/
+10
*
|
ipv4: Refactor nhc evaluation in fib_table_lookup
David Ahern
2020-05-27
1
-15
/
+36
*
|
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
2020-05-27
1
-33
/
+58
*
|
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
2020-05-27
1
-14
/
+13
*
|
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
2020-05-25
1
-5
/
+2
*
|
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
2020-05-22
2
-3
/
+2
*
|
net: ipip: fix wrong address family in init error path
Vadim Fedorenko
2020-05-22
1
-1
/
+1
*
|
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
2020-05-21
1
-0
/
+1
*
|
net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*
Martin KaFai Lau
2020-05-20
1
-19
/
+24
*
|
net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"
Yuqi Jin
2020-05-17
1
-8
/
+6
*
|
nexthop: Fix attribute checking for groups
David Ahern
2020-05-17
1
-1
/
+1
*
|
ipmr: Add lockdep expression to ipmr_for_each_table macro
Amol Grover
2020-05-15
1
-3
/
+4
*
|
ipmr: Fix RCU list debugging warning
Amol Grover
2020-05-15
1
-1
/
+2
*
|
tcp: fix error recovery in tcp_zerocopy_receive()
Eric Dumazet
2020-05-15
1
-3
/
+4
*
|
netlabel: cope with NULL catmap
Paolo Abeni
2020-05-13
1
-2
/
+4
*
|
tcp: fix SO_RCVLOWAT hangs with fat skbs
Eric Dumazet
2020-05-12
2
-4
/
+13
*
|
net: ipv4: really enforce backoff for redirects
Paolo Abeni
2020-05-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2020-05-09
1
-4
/
+6
|
\
\
|
*
|
bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size
John Fastabend
2020-05-06
1
-1
/
+0
|
*
|
bpf: Fix sk_psock refcnt leak when receiving message
Xiyu Yang
2020-04-27
1
-3
/
+6
*
|
|
net: tcp: fix rx timestamp behavior for tcp_recvmsg
Kelly Littlepage
2020-05-09
1
-2
/
+4
*
|
|
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
2020-04-30
1
-4
/
+0
*
|
|
mptcp: consolidate synack processing.
Paolo Abeni
2020-04-30
1
-3
/
+0
|
/
/
*
|
ipv4: Update fib_select_default to handle nexthop objects
David Ahern
2020-04-23
1
-3
/
+3
*
|
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
David Ahern
2020-04-22
1
-2
/
+0
|
/
*
net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
Taras Chornyi
2020-04-09
1
-4
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-04-01
45
-515
/
+705
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-31
3
-5
/
+5
|
|
\
|
|
*
udp: initialize is_flist with 0 in udp_gro_receive
Xin Long
2020-03-30
1
-0
/
+1
|
|
*
net, ip_tunnel: fix interface lookup with no key
William Dauchy
2020-03-30
1
-5
/
+1
|
|
*
ipv4: fix a RCU-list lock in fib_triestat_seq_show
Qian Cai
2020-03-30
1
-0
/
+3
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-31
4
-79
/
+115
|
|
\
\
|
|
*
|
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
2020-03-30
1
-2
/
+4
|
|
*
|
bpf: Add socket assign support
Joe Stringer
2020-03-30
1
-1
/
+2
|
|
*
|
bpf: Add bpf_sk_storage support to bpf_tcp_ca
Martin KaFai Lau
2020-03-23
1
-0
/
+33
|
|
*
|
bpf, tcp: Make tcp_bpf_recvmsg static
YueHaibing
2020-03-20
1
-62
/
+62
|
|
*
|
bpf, tcp: Fix unused function warnings
YueHaibing
2020-03-20
1
-14
/
+14
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2020-03-30
2
-16
/
+32
|
|
\
\
\
|
|
*
|
|
esp4: add gso_segment for esp4 beet mode
Xin Long
2020-03-26
1
-0
/
+32
|
|
*
|
|
ESP: Export esp_output_fill_trailer function
Raed Salem
2020-02-19
1
-16
/
+0
|
*
|
|
|
net: add net available in build_state
Alexander Aring
2020-03-30
4
-14
/
+16
|
*
|
|
|
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-30
2
-0
/
+6
|
*
|
|
|
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-30
1
-0
/
+6
|
*
|
|
|
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
2020-03-30
2
-2
/
+2
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-30
3
-13
/
+33
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
[next]