summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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-05lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-1/+2
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
2022-11-04net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko1-2/+5
2022-11-04net: devlink: convert devlink port type-specific pointers to unionJiri Pirko1-4/+13
2022-11-04bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz1-0/+5
2022-11-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+6
2022-11-04bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev1-0/+4
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2-8/+6
2022-11-03net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-32/+3
2022-11-02net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert1-2/+2
2022-11-01net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-1/+5
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-3/+4