summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet2022-10-311-12/+12
* net: dropreason: add SKB_CONSUMED reasonEric Dumazet2022-10-311-1/+5
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu2022-10-311-3/+4
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu2022-10-311-2/+4
* net: add new helper unregister_netdevice_many_notifyHangbin Liu2022-10-312-10/+20
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-313-28/+36
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-284-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-1/+1
|\
| * net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
* | skbuff: Proactively round up to kmalloc bucket sizeKees Cook2022-10-271-26/+26
* | net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2022-10-252-2/+2
* | soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-10-252-6/+90
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-0/+7
|\|
| * net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
* | net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin2022-10-241-0/+7
* | net: remove useless parameter of __sock_cmsg_sendxu xin2022-10-241-2/+2
* | net: add a refcount tracker for kernel socketsEric Dumazet2022-10-242-0/+19
|/
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-203-4/+24
|\
| * net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
| * udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-0/+16
| * skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet2022-10-161-4/+4
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-163-26/+25
|\ \ | |/ |/|
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-24/+23
* | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+4
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-033-21/+118
|\
| * bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-1/+27
| * bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau2022-09-291-17/+28
| * bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau2022-09-291-6/+7
| * skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian2022-09-261-4/+8
| * net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-09-261-1/+2
| * bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu2022-09-201-9/+9
| * bpf: Add support for writing to nf_conn:markDaniel Xu2022-09-101-0/+54
* | gro: add support of (hw)gro packets to gro stackCoco Li2022-10-031-4/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-0/+1
|\ \
| * | xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2022-08-291-0/+1
* | | net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko2022-09-301-3/+43
* | | net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2022-09-301-2/+4
* | | net: devlink: introduce port registered assert helper and use itJiri Pirko2022-09-301-13/+19
* | | net-sysfs: Convert to use sysfs_emit() APIsWang Yufen2022-09-301-29/+29
* | | net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-292-22/+103
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-7/+0
|\ \ \
| * | | Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt2022-09-281-7/+0
* | | | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* | | | net: shrink struct ubuf_infoPavel Begunkov2022-09-281-17/+21
* | | | xdp: improve page_pool xdp_return performanceJesper Dangaard Brouer2022-09-261-6/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-3/+2
|\| | |
| * | | net: core: fix flow symmetric hashLudovic Cintrat2022-09-091-3/+2
* | | | flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang2022-09-211-2/+2
* | | | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-201-2/+3