summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-3/+3
* net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-2/+2
|\
| * inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-091-2/+2
* | net: Return the correct errno codeZheng Yongjun2021-06-011-1/+1
* | net: Remove the member netns_okYejune Deng2021-05-171-4/+0
|/
* udp: Implement ->read_sock() for sockmapCong Wang2021-04-011-0/+1
* net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-7/+11
|\
| * bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-3/+6
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-201-4/+5
* | inet: do not export inet_gro_{receive|complete}Eric Dumazet2021-02-021-3/+0
* | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+2
|/
* bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-1/+1
* io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-0/+1
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-6/+0
* bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
* udp: move gro declarations to net/udp.hEric Dumazet2020-06-231-3/+0
* net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-2/+6
|\
| * bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-2/+6
* | ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-6/+32
|/
* bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-4/+6
* net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-091-5/+5
* net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-0/+1
* net: ipv4: remove redundant assignment to variable rcColin Ian King2020-04-201-1/+1
* mptcp: add and use MIB counter infrastructureFlorian Westphal2020-03-291-0/+4
* inet: Use fallthrough;Joe Perches2020-03-121-2/+2
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-061-1/+1
* net: remove empty inet_exit_netLi RongQing2019-08-191-5/+0
* ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni2019-07-031-3/+7
* inet: factor out inet_send_prepare()Paolo Abeni2019-07-031-8/+13
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
|/
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-6/+3
* net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2019-04-011-1/+1
* tcp: add one skb cache for rxEric Dumazet2019-03-231-0/+4
* gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-201-1/+10
* net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-151-2/+11
* inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-071-1/+1
* net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-071-0/+2
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* 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