aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet1-1/+2
2016-11-19net: 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-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin1-1/+1
2016-11-15dctcp: update cwnd on congestion eventFlorian Westphal1-1/+8
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni2-2/+4
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-49/+71
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-104/+67
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2-20/+20
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet1-6/+5
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern1-1/+2
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2016-11-09net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann1-1/+2
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-53/+23
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet3-30/+42
2016-11-09tcp: shortcut listeners in tcp_get_info()Eric Dumazet1-17/+24
2016-11-07fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-18/+24
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2-4/+4
2016-11-07net: Update raw socket bind to consider l3 domainDavid Ahern1-1/+9
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti9-21/+33
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti2-0/+12
2016-11-03tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson4-17/+4
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn1-0/+26
2016-11-03tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-03net: ip, raw_diag -- Use jump for exiting from nested loopCyrill Gorcunov1-1/+2
2016-11-03net: ip, raw_diag -- Fix socket leaking for destroy requestCyrill Gorcunov1-1/+4
2016-11-03inet: fix sleeping inside inet_wait_for_connect()WANG Cong1-5/+4
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso5-14/+13
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso6-16/+9
2016-11-02net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov1-1/+1
2016-11-02tcp: enhance tcp collapsingEric Dumazet1-6/+4
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+418
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso3-0/+171
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal3-0/+247
2016-11-01net: Enable support for VRF with ipv4 multicastDavid Ahern2-16/+38
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+1
2016-10-31dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12
2016-10-31netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang1-2/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-28/+34
2016-10-29tcp_bbr: add a state transition diagram and accompanying commentNeal Cardwell1-1/+31
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2016-10-29net: ip, diag: include net/inet_sock.hArnd Bergmann1-0/+1