summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-02-08tcp: Fix syncookies sysctl default.David S. Miller
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov
2016-02-07tcp: tcp_cong_control helperYuchung Cheng
2016-02-07tcp: make congestion control more robust against reorderingYuchung Cheng
2016-02-07tcp: refactor pkts acked accountingYuchung Cheng
2016-02-07tcp: new delivery accountingYuchung Cheng
2016-02-07tcp: move cwnd reduction after recovery state procesingYuchung Cheng
2016-02-07tcp: retransmit after recovery processing and congestion controlYuchung Cheng
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann
2016-01-29ipv4: early demux should be aware of fragmentsEric Dumazet
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer
2016-01-25ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-01-20net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner
2016-01-19udp: fix potential infinite loop in SO_REUSEPORT logicEric Dumazet
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov