summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-01-11lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern1-0/+4
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey1-4/+4
2021-12-22net: Fix double 0x prefix print in SKB dumpGal Pressman1-1/+1
2021-12-14net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-14bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2-1/+9
2021-12-14devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet1-8/+8
2021-12-14bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend1-4/+6
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-12-08wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+19
2021-12-08ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-1/+1
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-13/+1
2021-11-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov1-0/+6
2021-11-25sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-11-18net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-9/+13
2021-11-18bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki1-6/+30
2021-11-18bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend1-0/+22
2021-11-18skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian1-10/+33
2021-11-18net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski1-3/+0
2021-11-18net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann1-12/+14
2021-11-18net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-11-18net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart1-0/+55
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2
2021-10-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-1/+15
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang1-0/+14
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long1-2/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2-13/+35
2021-10-14Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean1-13/+11
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski1-0/+6
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-18/+2
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+3
2021-09-14bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2-14/+3
2021-09-03skbuff: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-03pktgen: remove unused variableEric Dumazet1-1/+0
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-3/+38
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+3
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito1-0/+3
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-1/+0
2021-08-26bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau1-0/+6
2021-08-25net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman1-46/+98
2021-08-25bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu1-0/+14
2021-08-24page_pool: use relaxed atomic for release side accountingYunsheng Lin1-1/+1