aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+15
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2-4/+5
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao1-3/+4
2018-11-09net: tcp: remove BUG_ON from tcp_v4_errLi RongQing1-1/+0
2018-11-08tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell1-8/+7
2018-11-08ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2-0/+69
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-18/+52
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio10-64/+87
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2-9/+71
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao2-2/+1
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-1/+22
2018-11-07ip: factor out protocol delivery helperPaolo Abeni1-37/+36
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+4
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni2-22/+95
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-6/+13
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-2/+1
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning3-2/+39
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-9/+6
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning1-8/+6
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2-8/+25
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern2-8/+20
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+1
2018-11-05net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2018-11-01net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-17/+37
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+3
2018-10-30bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend1-0/+1
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2018-10-28net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti1-0/+1
2018-10-26net: allow traceroute with a specified interface in a vrfMike Manning1-2/+2
2018-10-25net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork1-0/+1
2018-10-24net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern2-0/+7
2018-10-24net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern1-5/+8
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet2-12/+14
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-22net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern1-5/+23
2018-10-22net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern1-15/+34
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-14/+27
2018-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2018-10-18tcp: fix TCP_REPAIR xmit queue setupEric Dumazet1-6/+7
2018-10-17net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov1-2/+0
2018-10-17tcp_bbr: centralize code to set gainsNeal Cardwell1-10/+30
2018-10-17tcp_bbr: adjust TCP BBR for departure time pacingNeal Cardwell1-2/+35