summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida1-0/+3
2024-03-19ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner1-0/+1
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan1-1/+0
2024-03-08ipv4: raw: check sk->sk_rcvbuf earlierEric Dumazet1-0/+7
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan1-0/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao1-5/+5
2024-01-27ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet1-2/+2
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet1-6/+7
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-7/+3
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-6/+8
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet1-1/+1
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-8/+8
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