summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | | inet_connection_sock: factor out destroy helper.Paolo Abeni2020-05-151-5/+1
* | | | | mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-151-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-9/+11
|\ \ \ \ \
| * | | | | bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-4/+6
| * | | | | net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-091-5/+5
* | | | | | erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu2020-05-121-1/+2
* | | | | | net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig2020-05-111-1/+2
* | | | | | tcp: tcp_mark_head_lost is only valid for sack-tcpzhang kai2020-05-071-25/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-7/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-4/+0
| * | | | | mptcp: consolidate synack processing.Paolo Abeni2020-04-301-3/+0
| | |/ / / | |/| | |
* | | | | tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet2020-05-061-6/+10
* | | | | tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet2020-05-062-7/+5
* | | | | erspan: Add type I version 0 support.William Tu2020-05-051-15/+43
| |/ / / |/| | |
* | | | inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin2020-05-021-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-013-31/+19
|\ \ \ \
| * \ \ \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-283-31/+19
| |\ \ \ \
| | * | | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-273-31/+19
* | | | | | net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2020-05-011-2/+2
* | | | | | tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-303-2/+11
* | | | | | tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet2020-04-301-1/+11
* | | | | | tcp: add tp->dup_ack_counterEric Dumazet2020-04-303-13/+37
* | | | | | inet_diag: add support for cgroup filterDmitry Yakunin2020-04-301-0/+31
* | | | | | inet_diag: add cgroup id attributeDmitry Yakunin2020-04-301-0/+7
* | | | | | docs: networking: convert ip-sysctl.txt to ReSTMauro Carvalho Chehab2020-04-282-2/+2
* | | | | | net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-284-2/+16
* | | | | | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-281-1/+1
|/ / / / /
* | | | | tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-251-2/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-252-5/+3
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | 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: remove redundant assignment to variable rcColin Ian King2020-04-201-1/+1
|/ /
* / 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