summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-011-0/+1
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-011-2/+1
* bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov2018-07-151-0/+1
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-041-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-4/+4
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-4/+4
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-1/+4
|\
| * tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-291-0/+2
| * tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-161-1/+1
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-0/+1
* | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-3/+3
* | net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-18/+53
|\
| * bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-6/+12
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+13
| * net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-311-15/+24
| * bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+7
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
|/
* 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/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-241-1/+6
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-241-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-241-2/+10
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-1/+2
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-011-1/+1
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-011-1/+1
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-011-3/+4
* net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-281-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-091-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-011-0/+2
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-171-10/+2
|/
* 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-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-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-091-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