aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAge
* net: remove empty inet_exit_netLi RongQing2019-08-19
* ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni2019-07-03
* inet: factor out inet_send_prepare()Paolo Abeni2019-07-03
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-30
|/
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2019-04-01
* tcp: add one skb cache for rxEric Dumazet2019-03-23
* gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-20
* net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-15
* inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-08
* net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-07
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-13
* net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-01
* net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-01
* bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov2018-07-14
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-04
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-02
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-28
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\
| * tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-29
| * tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-16
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-16
* | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-26
* | net/tcp: convert to ->poll_maskChristoph Hellwig2018-05-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-31
|\
| * bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-30
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-30
| * net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-30
| * bpf: Hooks for sys_bindAndrey Ignatov2018-03-30
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
|/
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-24
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-24
* ip: do not set RFS core on error queue readsSoheil Hassas Yeganeh2018-01-05
* net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-20
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-23
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-18
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-01
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-01
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-01
* net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-28
* Revert "ipv4: make net_protocol const"David Ahern2017-08-28
* ipv4: make net_protocol constBhumika Goyal2017-08-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-10
|\
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-10