summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner
2016-11-29GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-18udp: enable busy polling for all socketsEric Dumazet
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira
2016-11-15dctcp: update cwnd on congestion eventFlorian Westphal
2016-11-15igmp: do not remove igmp souce list info when set link downHangbin Liu
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-11-09net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet
2016-11-09tcp: shortcut listeners in tcp_get_info()Eric Dumazet
2016-11-07fib_trie: Correct /proc/net/route off by one errorAlexander Duyck
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni
2016-11-07net: Update raw socket bind to consider l3 domainDavid Ahern
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti
2016-11-03tcp: fix return value for partial writesEric Dumazet
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn
2016-11-03tcp: fix potential memory corruptionEric Dumazet
2016-11-03net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov
2016-11-03net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov