summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-11net: gro: no longer use skb_vlan_tag_present()Eric Dumazet
2022-11-11net: remove skb->vlan_presentEric Dumazet
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-10devlink: Fix warning when unregistering a portIdo Schimmel
2022-11-10gro: avoid checking for a failed searchRichard Gobert
2022-11-09devlink: Add packet traps for 802.1X operationIdo Schimmel
2022-11-09net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko
2022-11-09net: introduce a helper to move notifier block to different namespaceJiri Pirko
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells
2022-11-07genetlink: introduce split op representationJakub Kicinski
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-11-03net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko
2022-11-03net: devlink: add not cleared type warning to port unregisterJiri Pirko
2022-11-03net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko
2022-11-03net: devlink: remove net namespace check from devlink_nl_port_fill()Jiri Pirko
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko
2022-11-03net: devlink: track netdev with devlink_port assignedJiri Pirko
2022-11-03net: devlink: take RTNL in port_fill() function only if it is not heldJiri Pirko
2022-11-03net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()Jiri Pirko
2022-11-03net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko
2022-11-03net: devlink: convert devlink port type-specific pointers to unionJiri Pirko
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz
2022-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-03bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-11-02net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-01net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook