summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman1-4/+4
2022-11-21net: fix __sock_gen_cookie()Eric Dumazet1-1/+4
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev1-5/+6
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman7-31/+58
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan1-2/+6
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-1/+1
2022-11-18net: fix napi_disable() logic errorEric Dumazet1-2/+2
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer1-28/+30
2022-11-17devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+8
2022-11-17devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski1-5/+7
2022-11-17devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+45
2022-11-17devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski1-0/+33
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski1-0/+31
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-15/+10
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld3-17/+17
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-11-16net: __sock_gen_cookie() cleanupEric Dumazet1-6/+6
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet1-9/+5
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet1-6/+4
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet1-12/+6
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet1-3/+2
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean1-3/+17
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima1-2/+2
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau1-1/+3
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-2/+2
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-20/+14
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund1-0/+7
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-10/+37
2022-11-11net: gro: no longer use skb_vlan_tag_present()Eric Dumazet1-3/+1
2022-11-11net: remove skb->vlan_presentEric Dumazet1-12/+10
2022-11-11bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-8/+31
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-25/+25
2022-11-10devlink: Fix warning when unregistering a portIdo Schimmel1-2/+2
2022-11-10gro: avoid checking for a failed searchRichard Gobert1-35/+35
2022-11-09devlink: Add packet traps for 802.1X operationIdo Schimmel1-0/+3
2022-11-09net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko1-1/+4
2022-11-09net: introduce a helper to move notifier block to different namespaceJiri Pirko1-4/+18
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-4/+4
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-0/+1
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren2-20/+5
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-0/+1
2022-11-07genetlink: introduce split op representationJakub Kicinski2-4/+4
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-1/+2
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi1-2/+2
2022-11-03net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko2-0/+57
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2-12/+4
2022-11-03net: devlink: add not cleared type warning to port unregisterJiri Pirko1-0/+1
2022-11-03net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko1-41/+27
2022-11-03net: devlink: remove net namespace check from devlink_nl_port_fill()Jiri Pirko1-2/+1