summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault1-6/+4
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-1/+4
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+19
2023-04-05raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima1-17/+19
2023-03-17ipv4: raw: constify raw_v4_match() socket argumentEric Dumazet1-2/+2
2023-02-04raw: use net_hash_mix() in hash functionEric Dumazet1-6/+7
2023-02-04ipv4: raw: add drop reasonsEric Dumazet1-3/+5
2022-06-25raw: fix a typo in raw_icmp_error()Eric Dumazet1-1/+1
2022-06-21raw: complete rcu conversionEric Dumazet1-4/+4
2022-06-20raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima1-4/+4
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima1-1/+1
2022-06-19raw: convert raw sockets to RCUEric Dumazet1-45/+38
2022-06-19raw: use more conventional iteratorsEric Dumazet1-60/+33
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-2/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-1/+2
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+4
2022-01-27ipv4: raw: lock the socket in raw_bind()Eric Dumazet1-1/+4
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-4/+4
2021-11-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-6/+7
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+3
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-25net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin1-2/+3
2020-08-25net: ipv4: delete repeated wordsRandy Dunlap1-1/+1
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-22/+0
2020-03-12raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-2/+2
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert1-1/+1
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-12-18net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-11-28net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern1-1/+1
2018-11-08net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-2/+1
2018-11-08net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning1-2/+26
2018-10-03ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman1-1/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-2/+0
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-8/+1
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2