summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-2/+3
2022-11-29Daniel Borkmann says:Jakub Kicinski1-29/+28
2022-11-23devlink: remove redundant health state set to errorMoshe Shemesh1-2/+0
2022-11-22net: fix __sock_gen_cookie()Eric Dumazet1-1/+4
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev1-5/+6
2022-11-19bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan1-2/+6
2022-11-18net: fix napi_disable() logic errorEric Dumazet1-2/+2
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+8
2022-11-18devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski1-5/+7
2022-11-18devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+45
2022-11-18devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski1-0/+33
2022-11-18devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski1-0/+31
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-16net: 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-15bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-20/+14
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund1-0/+7
2022-11-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-10/+37
2022-11-12net: gro: no longer use skb_vlan_tag_present()Eric Dumazet1-3/+1
2022-11-12net: remove skb->vlan_presentEric Dumazet1-12/+10
2022-11-12bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-8/+31
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-25/+25
2022-11-11devlink: Fix warning when unregistering a portIdo Schimmel1-2/+2
2022-11-10gro: avoid checking for a failed searchRichard Gobert1-35/+35
2022-11-10devlink: Add packet traps for 802.1X operationIdo Schimmel1-0/+3
2022-11-10net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko1-1/+4
2022-11-10net: introduce a helper to move notifier block to different namespaceJiri Pirko1-4/+18
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-04bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi1-2/+2
2022-11-04net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-04net: expose devlink port over rtnetlinkJiri Pirko2-0/+57
2022-11-04net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2-12/+4
2022-11-04net: devlink: add not cleared type warning to port unregisterJiri Pirko1-0/+1
2022-11-04net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko1-41/+27
2022-11-04net: devlink: remove net namespace check from devlink_nl_port_fill()Jiri Pirko1-2/+1
2022-11-04net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko1-9/+14
2022-11-04net: devlink: track netdev with devlink_port assignedJiri Pirko2-9/+80
2022-11-04net: devlink: take RTNL in port_fill() function only if it is not heldJiri Pirko1-15/+31
2022-11-04net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()Jiri Pirko1-30/+33