summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal1-1/+7
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal2-4/+4
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal1-6/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-0/+3
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2-4/+4
2016-12-04ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-2/+146
2016-12-04ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2-0/+3
2016-12-04ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel1-4/+4
2016-12-04ipv4: fib: Export free_fib_info()Ido Schimmel1-0/+1
2016-12-04udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-5/+11
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-1/+11
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal1-0/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal5-7/+16
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf1-13/+26
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf1-1/+3
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+6
2016-11-30net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti1-1/+2
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+20
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan1-0/+20
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan3-3/+24
2016-11-30tcp: instrument how long TCP is limited by receive windowFrancis Yan1-2/+9
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan2-3/+19
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-0/+30
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-30GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath1-0/+1
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2016-11-26net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack1-2/+24
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet1-11/+11
2016-11-24udplite: call proper backlog handlersEric Dumazet3-3/+3
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern1-1/+4
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-24/+125
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal7-6/+18
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal1-1/+3
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet1-1/+2
2016-11-20net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan5-7/+7
2016-11-18udp: enable busy polling for all socketsEric Dumazet1-0/+2
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2-5/+80
2016-11-16tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin1-1/+1
2016-11-16udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-16dctcp: update cwnd on congestion eventFlorian Westphal1-1/+8