aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-24raw: fix a typo in raw_icmp_error()Gravatar Eric Dumazet 1-1/+1
2022-06-21raw: complete rcu conversionGravatar Eric Dumazet 1-4/+4
2022-06-20raw: Use helpers for the hlist_nulls variant.Gravatar Kuniyuki Iwashima 1-4/+4
2022-06-20raw: Fix mixed declarations error in raw_icmp_error().Gravatar Kuniyuki Iwashima 1-1/+1
2022-06-19raw: convert raw sockets to RCUGravatar Eric Dumazet 1-45/+38
2022-06-19raw: use more conventional iteratorsGravatar Eric Dumazet 1-60/+33
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Gravatar Erin MacNeil 1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesGravatar Oliver Hartkopp 1-2/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Gravatar Oliver Hartkopp 1-1/+2
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+4
2022-01-27ipv4: raw: lock the socket in raw_bind()Gravatar Eric Dumazet 1-1/+4
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-4/+4
2021-11-17ipv4/raw: support binding to nonlocal addressesGravatar Riccardo Paolo Bestetti 1-6/+7
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Gravatar Eric Dumazet 1-1/+1
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-2/+2
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksGravatar Paul Moore 1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-2/+3
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2020-08-27net: Fix some commentsGravatar Miaohe Lin 1-1/+1
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDGravatar Miaohe Lin 1-2/+3
2020-08-24net: ipv4: delete repeated wordsGravatar Randy Dunlap 1-1/+1
2020-08-20csum_partial_copy_nocheck(): drop the last argumentGravatar Al Viro 1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-4/+4
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptGravatar Christoph Hellwig 1-22/+0
2020-03-11raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Gravatar Jules Irenge 1-0/+2
2019-10-01netfilter: drop bridge nf reset from nf_resetGravatar Florian Westphal 1-1/+1
2019-09-13ip: support SO_MARK cmsgGravatar Willem de Bruijn 1-2/+2
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopGravatar Stephen Suryaputra 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingGravatar Patrick Talbert 1-1/+1
2019-05-08ipv4: Fix raw socket lookup for local trafficGravatar David Ahern 1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportGravatar Willem de Bruijn 1-1/+1
2018-11-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledGravatar David Ahern 1-1/+1
2018-11-07net: fix raw socket lookup device bind matching with VRFsGravatar Duncan Eastoe 1-2/+1
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsGravatar Mike Manning 1-2/+26
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketGravatar Robert Shearman 1-1/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Gravatar Willem de Bruijn 1-2/+0
2018-07-07ipv4: ipcm_cookie initializersGravatar Willem de Bruijn 1-8/+1
2018-07-04net: ipv4: Hook into time based transmissionGravatar Jesus Sanchez-Palencia 1-0/+2
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-15/+2
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeGravatar Christoph Hellwig 1-24/+12
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Gravatar Kirill Tkhai 1-2/+0
2018-02-13net: Convert pernet_subsys, registered from inet_init()Gravatar Kirill Tkhai 1-0/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFGravatar David Ahern 1-1/+14
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0