summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet2016-12-051-10/+12
* | | | tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet2016-12-051-3/+10
* | | | tcp: tsq: add tsq_flags / tsq_enumEric Dumazet2016-12-051-8/+8
| |/ / |/| |
* | | ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-041-2/+146
* | | ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2016-12-042-0/+3
* | | ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel2016-12-041-4/+4
* | | ipv4: fib: Export free_fib_info()Ido Schimmel2016-12-041-0/+1
* | | udp: be less conservative with sock rmem accountingPaolo Abeni2016-12-031-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-036-5/+11
|\| |
| * | ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-011-1/+1
| |\ \
| | * | esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-012-3/+6
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
| | * | netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
| * | | GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-301-1/+1
| * | | tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath2016-11-281-0/+1
| | |/ | |/|
* | | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-1/+11
* | | tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-021-0/+1
* | | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-025-7/+16
* | | route: Set lwtstate for local traffic and cached input dstsThomas Graf2016-12-021-13/+26
* | | route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf2016-12-021-1/+3
* | | net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti2016-11-301-1/+2
* | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+20
* | | tcp: export sender limits chronographs to TCP_INFOFrancis Yan2016-11-301-0/+20
* | | tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan2016-11-303-3/+24
* | | tcp: instrument how long TCP is limited by receive windowFrancis Yan2016-11-301-2/+9
* | | tcp: instrument how long TCP is busy sendingFrancis Yan2016-11-302-3/+19
* | | tcp: instrument tcp sender limits chronographsFrancis Yan2016-11-301-0/+30
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-272-2/+2
|\| |
| * | udplite: call proper backlog handlersEric Dumazet2016-11-243-3/+3
| |/
* | net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-251-2/+24
* | tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-241-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-225-24/+125
|\|
| * tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
| * ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck2016-11-161-1/+3
| * ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-162-5/+80
| * udp: restore UDPlite many-cast deliveryPablo Neira2016-11-161-3/+3
| * igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-161-14/+36
* | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-217-6/+18
* | tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal2016-11-215-1/+55
* | udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-211-1/+2
* | net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-201-1/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-185-7/+7
* | udp: enable busy polling for all socketsEric Dumazet2016-11-181-0/+2
* | tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin2016-11-161-1/+1
* | dctcp: update cwnd on congestion eventFlorian Westphal2016-11-161-1/+8
* | udplite: fix NULL pointer dereferencePaolo Abeni2016-11-152-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1512-49/+71
|\|
| * tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-1/+18