summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-211-1/+4
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-071-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-6/+4
|\
| * net: fix use-after-free in tw_timer_handlerMuchun Song2021-12-301-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-241-1/+1
|\|
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-211-1/+1
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-251-5/+2
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-251-8/+4
* | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-241-1/+1
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-181-5/+2
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
|/
* net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-281-1/+1
* inet: remove races in inet{6}_getname()Eric Dumazet2021-10-281-7/+9
* net: snmp: inline snmp_get_cpu_field()Eric Dumazet2021-09-301-6/+0
* net: add new socket option SO_RESERVE_MEMWei Wang2021-09-301-1/+1
* tcp: remove sk_{tr}x_skb_cacheEric Dumazet2021-09-231-4/+0
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-241-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-191-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-021-1/+1
* | net: Remove the member netns_okYejune Deng2021-05-181-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-241-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-281-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-031-3/+0
* | net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-031-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-251-0/+1
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-201-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-241-3/+0
* net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-241-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-231-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-191-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-211-1/+1
* mptcp: add and use MIB counter infrastructureFlorian Westphal2020-03-301-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-071-1/+1
* net: remove empty inet_exit_netLi RongQing2019-08-201-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
|\