summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-08-17bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-08-17bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-08-17skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-22seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-29net: fix data-race in dev_isalive()Eric Dumazet
2022-06-29bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-22net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-06-14net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-06-09net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-06-06bpf: Fix usage of trace RCU in local storage.KP Singh
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior
2022-04-22bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata
2022-04-08flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-20bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski
2022-03-16devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski
2022-03-16devlink: expose instance locking and add locked port registeringJakub Kicinski
2022-03-15bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar
2022-03-14net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-11net: remove exports for netdev_name_node_alt_create() and destroyJakub Kicinski
2022-03-11flow_dissector: Add support for HSRv0Kurt Kanzenbach