summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-17/+19
|\
| * raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-041-17/+19
* | ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet2023-03-171-2/+2
|/
* raw: use net_hash_mix() in hash functionEric Dumazet2023-02-031-6/+7
* ipv4: raw: add drop reasonsEric Dumazet2023-02-031-3/+5
* raw: fix a typo in raw_icmp_error()Eric Dumazet2022-06-241-1/+1
* raw: complete rcu conversionEric Dumazet2022-06-211-4/+4
* raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-201-4/+4
* raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima2022-06-201-1/+1
* raw: convert raw sockets to RCUEric Dumazet2022-06-191-45/+38
* raw: use more conventional iteratorsEric Dumazet2022-06-191-60/+33
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-2/+1
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+2
* Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-271-1/+4
|\
| * ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-01-271-1/+4
* | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-4/+4
|/
* ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-6/+7
* net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
* lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-2/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
| |\
| * | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin2020-08-241-2/+3
| * | net: ipv4: delete repeated wordsRandy Dunlap2020-08-241-1/+1
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-1/+1
|\ \ \ | |_|/ |/| |
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| |/
* | net: Fix some commentsMiaohe Lin2020-08-271-1/+1
|/
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-22/+0
* raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge2020-03-111-0/+2
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-2/+2
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+1
|\
| * net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-171-1/+1
* | net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern2018-11-271-1/+1
* | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-071-2/+1
* | net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-071-2/+26
|/
* ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman2018-10-021-1/+1
* ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-071-2/+0
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-071-8/+1
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+2
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
* ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-161-24/+12
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1