summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-12-05netdev-genl: Hold rcu_read_lock in napi_getJoe Damato
2024-12-05bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2024-12-05bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-12-05bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-12-05bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-17bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-11-08sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-10net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato
2024-10-10netdev-genl: Set extack and fix error on napi-getJoe Damato
2024-10-10netpoll: Ensure clean state on setup failuresBreno Leitao
2024-10-10net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski
2024-10-10net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-10net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann
2024-10-04bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-10-04bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song
2024-10-04sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet
2024-09-03net: dqs: Do not use extern for unused dql_groupBreno Leitao
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge
2024-08-22pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet
2024-08-09net: Make USO depend on CSUM offloadJakub Sitnicki
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-07-29tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-25bpf: Fix a segment issue when downgrading gso_sizeFred Li
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-18net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-15flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: set encapsulated control flags from tun_flagsAsbjørn Sloth Tønnesen
2024-07-15flow_dissector: prepare for encapsulated control flagsAsbjørn Sloth Tønnesen
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Change the API of PHY default timestamp to MACKory Maincent
2024-07-14xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski