summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-121-13/+1
| * | | net: local checksum offload for encapsulationEdward Cree2016-02-122-15/+15
| * | | tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet2016-02-121-126/+114
| * | | tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet2016-02-121-85/+85
| * | | igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-113-22/+28
| * | | igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov2016-02-113-12/+18
| * | | igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-114-13/+12
| * | | igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov2016-02-113-10/+10
| * | | udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck2016-02-111-15/+13
| * | | udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck2016-02-111-19/+18
| * | | gre: Use inner_proto to obtain inner header protocolAlexander Duyck2016-02-111-4/+2
| * | | gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck2016-02-111-34/+30
| * | | net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-111-11/+0
| * | | net: Store checksum result for offloaded GSO checksumsAlexander Duyck2016-02-111-2/+6
| * | | net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-111-12/+10
| * | | net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2016-02-112-6/+6
| * | | ipv4: add option to drop gratuitous ARP packetsJohannes Berg2016-02-112-0/+10
| * | | ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-112-1/+26
| * | | soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-113-10/+72
| * | | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-113-7/+10
| * | | sock: struct proto hash function may errorCraig Gallek2016-02-115-9/+20
| * | | tcp: Fix syncookies sysctl default.David S. Miller2016-02-081-1/+1
| * | | ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov2016-02-073-10/+8
| * | | ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2016-02-073-11/+11
| * | | ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov2016-02-073-9/+9
| * | | ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov2016-02-074-11/+12
| * | | ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov2016-02-073-12/+13
| * | | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-075-16/+17
| * | | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-075-20/+18
| * | | ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov2016-02-074-14/+11
| * | | ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2016-02-074-12/+15
| * | | tcp: tcp_cong_control helperYuchung Cheng2016-02-071-12/+19
| * | | tcp: make congestion control more robust against reorderingYuchung Cheng2016-02-071-1/+1
| * | | tcp: refactor pkts acked accountingYuchung Cheng2016-02-071-4/+3
| * | | tcp: new delivery accountingYuchung Cheng2016-02-071-6/+15
| * | | tcp: move cwnd reduction after recovery state procesingYuchung Cheng2016-02-071-32/+28
| * | | tcp: retransmit after recovery processing and congestion controlYuchung Cheng2016-02-071-12/+46
| * | | tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet2016-02-062-1/+4
| * | | tcp: do not enqueue skb with SYN flagEric Dumazet2016-02-062-2/+9
| * | | tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet2016-02-062-30/+37
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-173-25/+40
|\ \ \ \
| * | | | tcp: Use ahashHerbert Xu2016-01-273-25/+40
* | | | | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+1
| |_|_|/ |/| | |
* | | | tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-071-1/+2
* | | | mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
* | | | ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa2016-02-241-1/+4
* | | | tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-232-1/+4
* | | | tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-02-231-1/+1
| |_|/ |/| |
* | | rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
* | | gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-2/+3
OpenPOWER on IntegriCloud