summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-069-103/+9
* tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-063-3/+3
* udp: no need to preserve skb->dstPaolo Abeni2017-08-061-8/+5
* Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni2017-08-061-8/+1
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-066-11/+12
* IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni2017-08-061-3/+0
* tcp: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-1/+31
* net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-032-37/+17
* net: core: Make the FIB notification chain genericIdo Schimmel2017-08-035-70/+60
* tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-031-5/+0
* ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang2017-08-031-1/+7
* ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel2017-08-021-0/+2
* tcp: tcp_data_queue() cleanupEric Dumazet2017-08-021-8/+7
* proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-012-13/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-013-24/+24
|\
| * ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-07-311-1/+1
| * tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-291-2/+3
| * udp6: fix socket leak on early demuxPaolo Abeni2017-07-291-1/+2
| * udp: unbreak build lacking CONFIG_XFRMPaolo Abeni2017-07-261-1/+1
| * udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-251-20/+18
* | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-1/+19
* | tcp: extract the function to compute delivery rateWei Wang2017-07-311-7/+16
* | tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0
* | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-312-46/+20
* | tcp: remove header predictionFlorian Westphal2017-07-314-190/+10
* | tcp: remove low_latency sysctlFlorian Westphal2017-07-312-2/+3
* | tcp: reindent two spots after prequeue removalFlorian Westphal2017-07-311-27/+23
* | tcp: remove prequeue supportFlorian Westphal2017-07-315-240/+1
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-243-4/+6
* | net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-241-0/+18
* | net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca2017-07-241-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-217-25/+61
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-206-23/+60
| |\
| | * ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-201-4/+5
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-181-2/+1
| | |\
| | | * netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1
| | * | udp: preserve skb->dst if required for IP options processingPaolo Abeni2017-07-181-2/+11
| | * | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
| | |/
| | * tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-151-1/+9
| | * tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-151-1/+0
| | * tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-151-5/+18
| | * tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-151-3/+11
| | * tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-151-2/+1
| | * ipv4: ip_do_fragment: fix headroom testsVasily Averin2017-07-151-4/+4
| * | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-2/+1
| |\ \ | | |/ | |/|
| | * net/route: use get_random_int for random counterJason A. Donenfeld2017-06-191-2/+1
* | | tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-192-8/+11
* | | xfrm: remove flow cacheFlorian Westphal2017-07-181-9/+0
* | | net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal2017-07-181-1/+1
* | | vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal2017-07-181-31/+0
OpenPOWER on IntegriCloud