summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2023-06-09rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long
2023-06-09rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long
2023-06-09rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-06-05bpf, sockmap: Wake up polling after data copyJohn Fastabend
2023-06-05bpf, sockmap: Improved check for empty queueJohn Fastabend
2023-06-05bpf, sockmap: Reschedule is now done through backlogJohn Fastabend
2023-06-05bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend
2023-06-05bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-30page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-24net: Catch invalid index in XPS mappingNick Child
2023-05-24net: datagram: fix data-races in datagram_poll()Eric Dumazet
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-05-24net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet
2023-05-17tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet
2023-05-11tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima
2023-05-11bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann
2023-05-11bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu
2023-05-11bpf: return long from bpf_map_ops funcsJP Kobryn
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi
2023-04-07net: openvswitch: fix race on port outputFelix Huettner
2023-04-02net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski
2023-03-23Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-22xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer
2023-03-16net: xdp: don't call notifiers during driver initJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-10xdp: add xdp_set_features_flag utility routineLorenzo Bianconi
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni
2023-02-20net: add location to trace_consume_skb()Eric Dumazet
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg
2023-02-16net/core: print message for allmulticastJesse Brandeburg
2023-02-15net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-14net-sysfs: make kobj_type structures constantThomas Weißschuh
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann