summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-07net: ipv6: add second dif to raw socket lookupsDavid Ahern
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng
2017-08-06udp: no need to preserve skb->dstPaolo Abeni
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni
2017-08-06IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni
2017-08-03tcp: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell
2017-08-03net: fib_rules: Implement notification logic in coreIdo Schimmel
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell
2017-08-03ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang
2017-08-02ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den
2017-08-01Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang
2017-07-31tcp: extract the function to compute delivery rateWei Wang
2017-07-31tcp: remove unused mib countersFlorian Westphal
2017-07-31tcp: remove CA_ACK_SLOWPATHFlorian Westphal
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: remove low_latency sysctlFlorian Westphal
2017-07-31tcp: reindent two spots after prequeue removalFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-26udp: unbreak build lacking CONFIG_XFRMPaolo Abeni
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca
2017-07-24net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds