summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-141-3/+4
* ipmr: Fix RCU list debugging warningAmol Grover2020-05-141-1/+2
* tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-141-3/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-121-2/+4
* tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-122-4/+13
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-4/+6
|\
| * bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-061-1/+0
| * bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang2020-04-271-3/+6
* | net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-081-2/+4
* | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-4/+0
* | mptcp: consolidate synack processing.Paolo Abeni2020-04-301-3/+0
|/
* ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-221-3/+3
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-221-2/+0
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-091-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3145-515/+705
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-303-5/+5
| |\
| | * udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
| | * net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-291-5/+1
| | * ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-03-291-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-304-79/+115
| |\ \
| | * | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-2/+4
| | * | bpf: Add socket assign supportJoe Stringer2020-03-301-1/+2
| | * | bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau2020-03-231-0/+33
| | * | bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-62/+62
| | * | bpf, tcp: Fix unused function warningsYueHaibing2020-03-201-14/+14
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-302-16/+32
| |\ \ \
| | * | | esp4: add gso_segment for esp4 beet modeXin Long2020-03-261-0/+32
| | * | | ESP: Export esp_output_fill_trailer functionRaed Salem2020-02-191-16/+0
| * | | | net: add net available in build_stateAlexander Aring2020-03-294-14/+16
| * | | | mptcp: add and use MIB counter infrastructureFlorian Westphal2020-03-292-0/+6
| * | | | mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad2020-03-291-0/+6
| * | | | net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-292-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-293-13/+33
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-254-21/+102
| |\ \ \ \
| * | | | | Remove DST_HOSTDavid Laight2020-03-231-8/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-172-4/+4
| |\ \ \ \ \
| | * | | | | netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-152-4/+4
| | | |_|_|/ | | |/| | |
| * | | | | tcp: fix stretch ACK bugs in YeahPengcheng Yang2020-03-161-30/+11
| * | | | | tcp: fix stretch ACK bugs in VenoPengcheng Yang2020-03-161-4/+5
| * | | | | tcp: stretch ACK fixes in Veno prepPengcheng Yang2020-03-161-21/+23
| * | | | | tcp: fix stretch ACK bugs in ScalablePengcheng Yang2020-03-161-8/+9
| * | | | | tcp: fix stretch ACK bugs in BICPengcheng Yang2020-03-161-5/+6
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-134-107/+68
| |\ \ \ \
| | * | | | bpf: Add sockmap hooks for UDP socketsLorenz Bauer2020-03-092-0/+54
| | * | | | bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-79/+5
| | * | | | bpf: tcp: Move assertions into tcp_bpf_get_protoLorenz Bauer2020-03-091-20/+22
| | * | | | skmsg: Update saved hooks only onceLorenz Bauer2020-03-091-15/+1
| | * | | | bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer2020-03-091-7/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-125-30/+56
| |\ \ \ \ \