aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-12-03udp: msg_zerocopyWillem de Bruijn
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet
2018-11-30tcp: implement coalescing on backlog queueEric Dumazet
2018-11-30tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-29tcp: remove loop to compute wscaleEric Dumazet
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-28bpf: helper to pop data from messagesJohn Fastabend
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-11-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern
2018-11-27tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo
2018-11-24net: always initialize pagedlenWillem de Bruijn
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet
2018-11-20tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon
2018-11-20tcp: drop dst in tcp_add_backlog()Eric Dumazet
2018-11-20ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-17ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-11-16udp: fix jump label misusePaolo Abeni
2018-11-16tcp: clean up STATE_TRACEYafang Shao
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao
2018-11-09net: tcp: remove BUG_ON from tcp_v4_errLi RongQing
2018-11-08tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell
2018-11-08ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław
2018-11-08inet: frags: better deal with smp racesEric Dumazet
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni
2018-11-07ip: factor out protocol delivery helperPaolo Abeni
2018-11-07udp: add support for UDP_GRO cmsgPaolo Abeni
2018-11-07udp: implement GRO for plain UDP sockets.Paolo Abeni
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning