summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-11-04net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko1-2/+5
2022-11-04net: devlink: convert devlink port type-specific pointers to unionJiri Pirko1-4/+13
2022-11-04bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz1-0/+5
2022-11-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+6
2022-11-04bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2-8/+6
2022-11-03net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-32/+3
2022-11-02net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert1-2/+2
2022-11-01net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-1/+5
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-3/+4
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu1-2/+4
2022-11-01net: add new helper unregister_netdevice_many_notifyHangbin Liu2-10/+20
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu3-28/+36
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner4-16/+16
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2022-10-26bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song1-32/+3
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2-2/+2
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2-6/+90
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin1-0/+7
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin1-2/+2
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao1-0/+7
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet2-0/+19
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-4/+24
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey1-0/+4
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-0/+16
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-26/+25
2022-10-16skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet1-4/+4
2022-10-13ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+4
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld3-24/+23
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-21/+118
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li1-4/+14
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2022-10-01net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko1-3/+43
2022-10-01net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko1-2/+4
2022-10-01net: devlink: introduce port registered assert helper and use itJiri Pirko1-13/+19
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen1-29/+29
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni2-22/+103
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+0
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau1-1/+27
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau1-17/+28
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau1-6/+7
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-29net: shrink struct ubuf_infoPavel Begunkov1-17/+21