summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko1-9/+14
2022-11-03net: devlink: track netdev with devlink_port assignedJiri Pirko2-9/+80
2022-11-03net: devlink: take RTNL in port_fill() function only if it is not heldJiri Pirko1-15/+31
2022-11-03net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()Jiri Pirko1-30/+33
2022-11-03net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()Jiri Pirko1-2/+5
2022-11-03net: devlink: convert devlink port type-specific pointers to unionJiri Pirko1-4/+13
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz1-0/+5
2022-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+6
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-02net, 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-01net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert1-2/+2
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-1/+5
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-3/+4
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu1-2/+4
2022-10-31net: add new helper unregister_netdevice_many_notifyHangbin Liu2-10/+20
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu3-28/+36
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner4-16/+16
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song1-32/+3
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2-2/+2
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2-6/+90
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin1-0/+7
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin1-2/+2
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao1-0/+7
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet2-0/+19
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-4/+24
2022-10-19net: Fix return value of qdisc ingress handling on successPaul Blakey1-0/+4
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-0/+16