summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-151-1/+1
* dctcp: update cwnd on congestion eventFlorian Westphal2016-11-151-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
| * ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-131-1/+3
| * ipv4: update comment to document GSO fragmentation cases.Lance Richardson2016-11-101-5/+11
| * net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-091-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-091-2/+4
| |\
| | * netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-311-2/+4
| * | net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2016-11-091-2/+2
| * | fib_trie: Correct /proc/net/route off by one errorAlexander Duyck2016-11-071-12/+9
| * | tcp: fix return value for partial writesEric Dumazet2016-11-031-1/+1
| * | ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-034-17/+4
| * | tcp: fix potential memory corruptionEric Dumazet2016-11-031-1/+1
| * | inet: fix sleeping inside inet_wait_for_connect()WANG Cong2016-11-031-5/+4
| * | dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal2016-10-311-1/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-1313-104/+67
|\ \
| * | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-132-20/+20
| * | udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2016-11-101-1/+2
| * | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-53/+23
| * | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-035-14/+13
| * | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-036-16/+9
* | | tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet2016-11-091-6/+5
* | | tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-093-30/+42
* | | tcp: shortcut listeners in tcp_get_info()Eric Dumazet2016-11-091-17/+24
* | | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-18/+24
* | | net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-072-4/+4
* | | net: Update raw socket bind to consider l3 domainDavid Ahern2016-11-071-1/+9
* | | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-049-21/+33
* | | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-042-0/+12
* | | ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+26
* | | net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov2016-11-031-1/+2
* | | net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov2016-11-031-1/+4
|/ /
* | net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov2016-11-021-1/+1
* | tcp: enhance tcp collapsingEric Dumazet2016-11-021-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-024-0/+418
|\ \
| * | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-013-0/+171
| * | netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-013-0/+247
* | | net: Enable support for VRF with ipv4 multicastDavid Ahern2016-11-012-16/+38
* | | net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3012-28/+34
|\ \ \ | | |/ | |/|
| * | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-262-6/+7
| * | ipv4: use the right lock for ping_group_rangeWANG Cong2016-10-221-4/+4
OpenPOWER on IntegriCloud