summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-151-1/+1
* net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-251-3/+3
* net/tcp-fastopen: Add new API supportWei Wang2017-01-251-7/+24
* Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-1/+4
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-2/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+1
|\
| * GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-291-1/+1
* | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-1/+11
|/
* inet: fix sleeping inside inet_wait_for_connect()WANG Cong2016-11-031-5/+4
* net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-191-4/+10
* tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-281-0/+2
* net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng2016-08-231-13/+8
* ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-111-4/+1
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-231-0/+8
* ip4ip6: Support for GSO/GROTom Herbert2016-05-201-5/+7
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-1/+1
* gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-201-18/+0
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-4/+16
* GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-141-7/+28
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-8/+11
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-1/+1
* udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-0/+1
* net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()Deepa Dinamani2016-03-211-1/+1
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-1/+14
* ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross2016-03-201-1/+8
* net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-011-0/+26
* ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-161-8/+2
* sock: struct proto hash function may errorCraig Gallek2016-02-111-3/+6
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* net: Replace vrf_dev_table and friendsDavid Ahern2015-09-291-2/+2
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-291-7/+3
* net: only check perm protocol when register protoJunwei Zhang2015-09-171-11/+5
* net: Make table id type u32David Ahern2015-09-011-1/+1
* ipv4: fix 32b buildMadalin Bucur2015-08-311-1/+1
* ipv4: Fix 32-bit build.David S. Miller2015-08-301-2/+2
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-301-14/+27
* inet: Move VRF table lookup to inlined functionDavid Ahern2015-08-171-9/+1
* net: Fix up inet_addr_type checksDavid Ahern2015-08-131-1/+12
* ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2015-07-231-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-0/+2
|\
| * tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-06-231-0/+2
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-1/+2
* | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-271-1/+1
* | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-3/+1
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
|/
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-3/+3