aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern3-4/+6
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern2-6/+12
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern3-18/+28
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern2-27/+37
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng9-103/+9
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng3-3/+3
2017-08-06udp: no need to preserve skb->dstPaolo Abeni1-8/+5
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni1-8/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni6-11/+12
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni1-3/+0
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn1-1/+31
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel2-37/+17
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel5-70/+60
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell1-5/+0
2017-08-03ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang1-1/+7
2017-08-02ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel1-0/+2
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet1-8/+7
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2-13/+28
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+24
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-1/+19
2017-07-31tcp: extract the function to compute delivery rateWei Wang1-7/+16
2017-07-31tcp: remove unused mib countersFlorian Westphal1-9/+0
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal2-46/+20
2017-07-31tcp: remove header predictionFlorian Westphal4-190/+10
2017-07-31tcp: remove low_latency sysctlFlorian Westphal2-2/+3
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-07-31tcp: remove prequeue supportFlorian Westphal5-240/+1
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni1-1/+2
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni1-1/+1
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni1-20/+18
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya3-4/+6
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+18
2017-07-24net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca1-1/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-25/+61
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-23/+60
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng2-8/+11
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni1-2/+11
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko1-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal1-9/+0
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal1-1/+1
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal1-31/+0
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller1-54/+4
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller3-27/+5
2017-07-17inet: Stop generating UFO packets.David S. Miller1-76/+0
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet1-338/+90
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal1-2/+1