summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2022-01-111-0/+4
* net: Fix double 0x prefix print in SKB dumpGal Pressman2021-12-221-1/+1
* bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-12-171-1/+1
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-141-2/+1
* devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-141-8/+8
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-081-1/+4
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-12-081-0/+19
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-1/+1
* sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-261-3/+3
* net: reduce indentation level in sk_clone_lock()Eric Dumazet2021-11-261-96/+93
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-11-181-9/+13
* bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-181-0/+21
* net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-11-181-3/+0
* net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann2021-11-181-12/+14
* net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng2021-11-181-0/+4
* net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart2021-11-181-0/+55
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-181-0/+2
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-11-181-1/+2
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-181-1/+1
* net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-11-021-0/+6
* net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long2021-11-021-2/+2
* rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-131-1/+1
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-6/+26
* net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-09-181-1/+88
* flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva2021-09-181-4/+8
* devlink: Clear whole devlink_flash_notify structLeon Romanovsky2021-09-151-2/+2
* devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky2021-09-151-12/+20
* rtnetlink: Return correct error on changing device netnsAndrey Ignatov2021-09-031-1/+2
* net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau2021-08-181-2/+3
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-08-081-1/+4
* skmsg: Make sk_psock_destroy() staticCong Wang2021-08-041-2/+1
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* skbuff: Fix build with SKB extensions disabledFlorian Fainelli2021-07-281-1/+2
* skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2021-07-282-0/+14
* bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-281-5/+11
* xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-281-4/+10
* net: add kcov handle to skb extensionsAleksandr Nogikh2021-07-281-0/+11
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-191-2/+9
* bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski2021-07-141-4/+0
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-231-0/+12
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-231-3/+5
* fib: Return the correct errno codeZheng Yongjun2021-06-181-1/+1
* rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-181-1/+3
* neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-101-0/+1
* net: sock: fix in-kernel mark settingAlexander Aring2021-06-101-4/+12
* devlink: Correct VIRTUAL port to not have phys_port attributesParav Pandit2021-06-101-2/+2
* neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal2021-06-031-0/+4
* bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-06-031-0/+1
* net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-06-031-1/+2
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-4/+22