summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: drop dst in tcp_add_backlog()Eric Dumazet2018-11-201-0/+2
* ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller2018-11-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-1/+1
|\
| * ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-181-1/+1
* | tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-11-181-0/+2
* | udp: fix jump label misusePaolo Abeni2018-11-171-2/+2
* | tcp: clean up STATE_TRACEYafang Shao2018-11-171-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-121-14/+15
|\|
| * inet: frags: better deal with smp racesEric Dumazet2018-11-091-14/+15
* | tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-112-4/+5
* | tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet2018-11-111-2/+5
* | tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet2018-11-111-3/+4
* | tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet2018-11-111-0/+4
* | tcp: minor optimization in tcp ack fast path processingYafang Shao2018-11-111-3/+4
* | net: tcp: remove BUG_ON from tcp_v4_errLi RongQing2018-11-101-1/+0Star
* | tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell2018-11-091-8/+7Star
* | ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław2018-11-091-1/+1
* | fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-092-0/+69
* | udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-091-18/+52
* | net: Convert protocol error handlers from void to intStefano Brivio2018-11-0910-64/+87
* | udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-092-9/+71
* | inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-082-2/+1Star
* | udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-081-1/+22
* | ip: factor out protocol delivery helperPaolo Abeni2018-11-081-37/+36Star
* | udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-081-0/+4
* | udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-082-22/+95
* | udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-081-6/+13
* | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-081-2/+1Star
* | net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-083-2/+39
* | net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-081-9/+6Star
* | net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-081-8/+6Star
* | net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-082-8/+25
* | net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-072-8/+20
* | net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-071-1/+1
|/
* net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo2018-11-061-3/+3
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-011-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-012-17/+37
|\
| * bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend2018-10-301-0/+1
| * ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2018-10-301-17/+36
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+3
|/
* net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti2018-10-291-0/+1
* net: allow traceroute with a specified interface in a vrfMike Manning2018-10-271-2/+2
* net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork2018-10-261-0/+1
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-10-241-2/+18
* net: Don't return invalid table id error when dumping all familiesDavid Ahern2018-10-242-0/+7
* net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern2018-10-241-5/+8
* tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-242-12/+14
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern2018-10-231-5/+23
* net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern2018-10-231-15/+34