summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: remove redundant health state set to errorMoshe Shemesh2022-11-231-2/+0
* net: fix __sock_gen_cookie()Eric Dumazet2022-11-221-1/+4
* net: fix napi_disable() logic errorEric Dumazet2022-11-181-2/+2
* devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski2022-11-181-1/+8
* devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski2022-11-181-5/+7
* devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski2022-11-181-0/+45
* devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski2022-11-181-0/+33
* devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski2022-11-181-0/+31
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-11-161-11/+3
* net: __sock_gen_cookie() cleanupEric Dumazet2022-11-161-6/+6
* net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet2022-11-161-9/+5
* net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet2022-11-161-6/+4
* net: net_{enable|disable}_timestamp() optimizationsEric Dumazet2022-11-161-12/+6
* net: mm_account_pinned_pages() optimizationEric Dumazet2022-11-161-3/+2
* net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean2022-11-161-3/+17
* udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-161-2/+2
* net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2022-11-161-1/+3
* net: flow_offload: add support for ARP frame matchingSteen Hegelund2022-11-141-0/+7
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-122-10/+37
|\
| * bpf: Add hwtstamp field for the sockops progMartin KaFai Lau2022-11-111-8/+31
| * bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2022-11-041-2/+2
| * bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2022-11-041-0/+4
* | net: gro: no longer use skb_vlan_tag_present()Eric Dumazet2022-11-121-3/+1
* | net: remove skb->vlan_presentEric Dumazet2022-11-121-12/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-113-25/+25
|\ \
| * | net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-041-17/+19
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-042-8/+6
| |\ \
| | * | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-032-8/+6
* | | | devlink: Fix warning when unregistering a portIdo Schimmel2022-11-101-2/+2
* | | | gro: avoid checking for a failed searchRichard Gobert2022-11-101-35/+35
* | | | devlink: Add packet traps for 802.1X operationIdo Schimmel2022-11-101-0/+3
* | | | net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko2022-11-091-1/+4
* | | | net: introduce a helper to move notifier block to different namespaceJiri Pirko2022-11-091-4/+18
* | | | Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-091-0/+1
|\ \ \ \
| * | | | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-0/+1
* | | | | net/core: Allow live renaming when an interface is upAndy Ren2022-11-092-20/+5
* | | | | genetlink: introduce split op representationJakub Kicinski2022-11-072-4/+4
* | | | | net: expose devlink port over rtnetlinkJiri Pirko2022-11-042-0/+57
* | | | | net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2022-11-042-12/+4
* | | | | net: devlink: add not cleared type warning to port unregisterJiri Pirko2022-11-041-0/+1
* | | | | net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko2022-11-041-41/+27
* | | | | net: devlink: remove net namespace check from devlink_nl_port_fill()Jiri Pirko2022-11-041-2/+1
* | | | | net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko2022-11-041-9/+14
* | | | | net: devlink: track netdev with devlink_port assignedJiri Pirko2022-11-042-9/+80
* | | | | net: devlink: take RTNL in port_fill() function only if it is not heldJiri Pirko2022-11-041-15/+31
* | | | | net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()Jiri Pirko2022-11-041-30/+33
* | | | | net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko2022-11-041-2/+5
* | | | | net: devlink: convert devlink port type-specific pointers to unionJiri Pirko2022-11-041-4/+13
* | | | | bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz2022-11-041-0/+5
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+1
|\ \ \ \ | | |/ / | |/| |