summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0Star
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+2
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-251-1/+6
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-251-5/+16
* ip: do not set RFS core on error queue readsSoheil Hassas Yeganeh2018-01-051-1/+2
* net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-201-0/+14
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-231-2/+10
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-1/+2
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-021-1/+1
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-021-1/+1
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-021-3/+4
* net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-291-0/+6
* Revert "ipv4: make net_protocol const"David Ahern2017-08-281-2/+2
* ipv4: make net_protocol constBhumika Goyal2017-08-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-0/+7
|\
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-101-0/+7
* | ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang2017-08-031-1/+7
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-021-0/+2
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-10/+2Star
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-2/+6
|\
| * net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-241-2/+6
* | ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert2017-04-281-0/+3
|/
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-2/+3
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-091-1/+3
* 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/+0Star
* 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-301-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/+4Star
* net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-201-4/+10
* tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-291-0/+2
* net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng2016-08-241-13/+8Star
* ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-121-4/+1Star
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-231-0/+8
* ip4ip6: Support for GSO/GROTom Herbert2016-05-211-5/+7
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-211-1/+1
* gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-211-18/+0Star
* 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