summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-18gre: do not pull header in ICMP error processingJiri Benc
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-05-18soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-04-20ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-02-24ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-02-23tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-02-18route: check and remove route cache when we get routeXin Long
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun
2016-02-16tcp: md5: release request socket instead of listenerEric Dumazet
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric 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