summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet2017-04-271-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-263-9/+8
| |\ \ \ \ \
| * | | | | | tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-262-12/+18
| * | | | | | tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet2017-04-261-4/+0
| * | | | | | tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet2017-04-261-1/+1
| * | | | | | tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-262-7/+4
| * | | | | | tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-262-5/+5
| * | | | | | tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-261-8/+4
| * | | | | | tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-261-5/+4
| * | | | | | tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-262-2/+2
| * | | | | | tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet2017-04-261-7/+4
| * | | | | | tcp: add tp->tcp_mstamp fieldEric Dumazet2017-04-261-0/+3
| * | | | | | net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang2017-04-241-4/+3
| * | | | | | net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-243-4/+6
| * | | | | | net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-245-4/+145
| * | | | | | net: add rcu locking when changing early demuxDavid Ahern2017-04-241-0/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-215-182/+484
| |\ \ \ \ \
| | * | | | | esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari2017-04-191-2/+2
| | * | | | | xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert2017-04-141-19/+23
| | * | | | | xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-142-0/+5
| | * | | | | esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert2017-04-141-2/+10
| | * | | | | esp: Add gso handlers for esp4 and esp6Steffen Klassert2017-04-142-1/+102
| | * | | | | esp4: Reorganize esp_outputSteffen Klassert2017-04-142-158/+285
| | * | | | | xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-142-5/+5
| | * | | | | xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert2017-04-142-0/+57
| * | | | | | ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-214-29/+66
| * | | | | | tcp_cubic: fix typo in module param descriptionChema Gonzalez2017-04-201-1/+1
| * | | | | | tcp: remove poll() flakes with FastOpenEric Dumazet2017-04-201-7/+9
| * | | | | | tcp: remove poll() flakes when receiving RSTEric Dumazet2017-04-201-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-203-14/+9
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-174-13/+21
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-154-11/+16
| |\ \ \ \ \ \
| * | | | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-135-10/+16
| * | | | | | | net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-8/+4
| | |_|/ / / / | |/| | | | |
| * | | | | | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-071-4/+9
| | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-065-40/+31
| |\ \ \ \ \
| * | | | | | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-053-12/+11
| * | | | | | net: tcp: Refine the __tcp_select_windowGao Feng2017-03-301-5/+3
| * | | | | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
| * | | | | | net: devinet: Add support for RTM_DELNETCONFDavid Ahern2017-03-281-11/+21
| * | | | | | net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2017-03-282-17/+27
| * | | | | | tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-242-2/+4
| * | | | | | net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-244-5/+77
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-239-24/+35
| |\ \ \ \ \ \
| * | | | | | | net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng2017-03-221-1/+1
| * | | | | | | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-3/+3
| * | | | | | | net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-214-48/+83
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-03-215-29/+14
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: refcounter conversionsReshetova, Elena2017-03-171-9/+10
| | * | | | | | | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-2/+2
OpenPOWER on IntegriCloud