aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong2-9/+6
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi1-1/+1
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh1-3/+3
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+24
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji1-0/+1
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski10-0/+106
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski1-6/+0
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+13
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-1/+1
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau1-0/+4
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-3/+2
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg2-1/+34
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker1-4/+11
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg1-0/+10
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds21-559/+1999
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-90/+104
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior1-2/+1
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski1-6/+0
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski1-25/+61
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi1-0/+2
2022-03-20bpf: Treat bpf_sk_lookup remote_port as a 2-byte fieldJakub Sitnicki1-2/+18
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong1-9/+12
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet1-4/+16
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi1-0/+1
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski1-35/+12
2022-03-16devlink: hold the instance lock in port_split / port_unsplit callbacksJakub Kicinski1-2/+0
2022-03-16devlink: expose instance locking and add locked port registeringJakub Kicinski1-24/+71
2022-03-15bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen1-4/+13
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar7-9/+38
2022-03-14net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior1-1/+4
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet2-10/+43
2022-03-11net: remove exports for netdev_name_node_alt_create() and destroyJakub Kicinski1-2/+0
2022-03-11flow_dissector: Add support for HSRv0Kurt Kanzenbach1-0/+1
2022-03-10net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-03-10net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+27
2022-03-10xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior1-1/+2
2022-03-10bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau1-54/+34
2022-03-10bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstampMartin KaFai Lau1-12/+14
2022-03-10bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstampMartin KaFai Lau1-10/+11
2022-03-10bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau1-7/+7
2022-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+25
2022-03-08SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault1-2/+2
2022-03-07net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix1-1/+1
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert1-0/+25
2022-03-07ptp: Add generic PTP is_sync() functionKurt Kanzenbach1-0/+12
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong1-3/+5