summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-11tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa
2016-01-08ipv4: eliminate lock count warnings in ping.cLance Richardson
2016-01-08ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek
2016-01-05inet: kill unused skb_free opFlorian Westphal
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek
2016-01-04udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-28netfilter: nf_tables: release objects on netns destructionPablo Neira Ayuso
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller