summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-11-20tcp: drop dst in tcp_add_backlog()Eric Dumazet1-0/+2
2018-11-20ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller1-1/+1
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-18ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-18tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+2
2018-11-17udp: fix jump label misusePaolo Abeni1-2/+2
2018-11-17tcp: clean up STATE_TRACEYafang Shao1-4/+0
2018-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+15
2018-11-12tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2-4/+5
2018-11-12tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-12tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-12tcp: 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-10net: tcp: remove BUG_ON from tcp_v4_errLi RongQing1-1/+0
2018-11-09tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell1-8/+7
2018-11-09ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-09inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-09fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2-0/+69
2018-11-09udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-18/+52
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio10-64/+87
2018-11-09udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2-9/+71
2018-11-08inet: minor optimization for backlog setting in listen(2)Yafang Shao2-2/+1
2018-11-08udp: cope with UDP GRO packet misdirectionPaolo Abeni1-1/+22
2018-11-08ip: factor out protocol delivery helperPaolo Abeni1-37/+36
2018-11-08udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+4
2018-11-08udp: implement GRO for plain UDP sockets.Paolo Abeni2-22/+95
2018-11-08udp: implement complete book-keeping for encap_neededPaolo Abeni1-6/+13
2018-11-08net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-2/+1
2018-11-08net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning3-2/+39
2018-11-08net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-9/+6
2018-11-08net: ensure unbound stream socket to be chosen when not in a VRFMike Manning1-8/+6
2018-11-08net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2-8/+25
2018-11-07net: Add extack argument to ip_fib_metrics_initDavid Ahern2-8/+20
2018-11-07net: Add extack argument to rtnl_create_linkDavid Ahern1-1/+1
2018-11-06net: 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-31bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend1-0/+1
2018-10-30ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2018-10-29net: diag: document swapped src/dst in udp_dump_one.Lorenzo Colitti1-0/+1
2018-10-27net: allow traceroute with a specified interface in a vrfMike Manning1-2/+2
2018-10-26net/{ipv4,ipv6}: Do not put target net if input nsid is invalidBjørn Mork1-0/+1
2018-10-25net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+18
2018-10-25net: Don't return invalid table id error when dumping all familiesDavid Ahern2-0/+7
2018-10-25net/ipv4: Put target net when address dump fails due to bad attributesDavid Ahern1-5/+8
2018-10-24tcp: add tcp_reset_xmit_timer() helperEric Dumazet2-12/+14
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-23net/ipv4: Add support for dumping addresses for a specific deviceDavid Ahern1-5/+23
2018-10-23net/ipv4: Move loop over addresses on a device into in_dev_dump_addrDavid Ahern1-15/+34