summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck1-15/+13
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck1-19/+18
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck1-4/+2
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck1-34/+30
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck1-11/+0
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck1-2/+6
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck1-12/+10
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2-6/+6
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg2-0/+10
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2-1/+26
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek3-10/+72
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek3-7/+10
2016-02-11sock: struct proto hash function may errorCraig Gallek5-9/+20
2016-02-08tcp: Fix syncookies sysctl default.David S. Miller1-1/+1
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov3-10/+8
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov3-11/+11
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov3-9/+9
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov4-11/+12
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov3-12/+13
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov5-16/+17
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov5-20/+18
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov4-14/+11
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov4-12/+15
2016-02-07tcp: tcp_cong_control helperYuchung Cheng1-12/+19
2016-02-07tcp: make congestion control more robust against reorderingYuchung Cheng1-1/+1
2016-02-07tcp: refactor pkts acked accountingYuchung Cheng1-4/+3
2016-02-07tcp: new delivery accountingYuchung Cheng1-6/+15
2016-02-07tcp: move cwnd reduction after recovery state procesingYuchung Cheng1-32/+28
2016-02-07tcp: retransmit after recovery processing and congestion controlYuchung Cheng1-12/+46
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet2-1/+4
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet2-2/+9
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet2-30/+37
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-40/+70
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet1-1/+4
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2-2/+1
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer1-0/+1
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-3/+1
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet1-5/+8
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet1-7/+14
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov4-203/+0
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+1
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner1-1/+1
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet1-11/+21
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-0/+1