summaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-041-1/+1
* net: raw: use sk_skb_reason_drop to free rx packetsYan Zhai2024-06-191-2/+2
* net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan2024-05-231-1/+1
* ipv4: Fix uninit-value access in __ip_make_skb()Shigeru Yoshida2024-05-021-0/+3
* ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner2024-03-191-0/+1
* Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-181-1/+0
* ipv4: raw: check sk->sk_rcvbuf earlierEric Dumazet2024-03-081-0/+7
* net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-051-0/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
* ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao2024-02-291-5/+5
* ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-01-271-1/+1
* inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet2023-10-011-2/+2
* inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet2023-10-011-6/+7
* inet: implement lockless IP_MTU_DISCOVEREric Dumazet2023-10-011-1/+1
* inet: move inet->hdrincl to inet->inet_flagsEric Dumazet2023-08-161-7/+3
* inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-6/+8
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-291-1/+1
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-161-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-261-1/+4
|\
| * ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-231-1/+4
* | raw: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-6/+4
|/
* 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-051-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-041-6/+7
* ipv4: raw: add drop reasonsEric Dumazet2023-02-041-3/+5
* raw: fix a typo in raw_icmp_error()Eric Dumazet2022-06-251-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-181-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-241-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-2/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051-2/+2
| |\
| * | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin2020-08-251-2/+3
| * | net: ipv4: delete repeated wordsRandy Dunlap2020-08-251-1/+1
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-131-1/+1
|\ \ \ | |_|/ |/| |
| * | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-1/+1
| |/
* / net: Fix some commentsMiaohe Lin2020-08-271-1/+1
|/