summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-11-30net: Use call_rcu_hurry() for dst_release()Joel Fernandes (Google)
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-22devlink: remove redundant health state set to errorMoshe Shemesh
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman
2022-11-21net: fix __sock_gen_cookie()Eric Dumazet
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-18net: fix napi_disable() logic errorEric Dumazet
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer
2022-11-17devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski
2022-11-17devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski
2022-11-17devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski
2022-11-17devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2022-11-16net: __sock_gen_cookie() cleanupEric Dumazet
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau
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-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman
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