summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-08net: sched: add helper support in act_ctXin Long1-8/+81
2022-11-08net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long1-17/+18
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2-39/+36
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2-60/+70
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman4-11/+92
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-1/+23
2022-11-08netlink: Fix potential skb memleak in netlink_ackTao Chen1-1/+3
2022-11-07genetlink: convert control family to split opsJakub Kicinski1-4/+13
2022-11-07genetlink: allow families to use split ops directlyJakub Kicinski1-26/+144
2022-11-07genetlink: inline old iteration helpersJakub Kicinski1-23/+9
2022-11-07genetlink: use iterator in the op to policy map dumpingJakub Kicinski1-23/+26
2022-11-07genetlink: add iterator for walking family opsJakub Kicinski1-41/+76
2022-11-07genetlink: inline genl_get_cmd()Jakub Kicinski1-18/+12
2022-11-07genetlink: support split policies in ctrl_dumppolicy_put_op()Jakub Kicinski1-22/+33
2022-11-07genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()Jakub Kicinski1-10/+38
2022-11-07genetlink: check for callback type at op load timeJakub Kicinski1-10/+10
2022-11-07genetlink: load policy based on validation flagsJakub Kicinski1-7/+10
2022-11-07genetlink: introduce split op representationJakub Kicinski6-25/+80
2022-11-07genetlink: refactor the cmd <> policy mapping dumpJakub Kicinski1-12/+15
2022-11-05net: remove redundant check in ip_metrics_convert()Zhengchao Shao1-3/+0
2022-11-04rds: remove redundant variable total_payload_lenColin Ian King1-2/+1
2022-11-04net: expose devlink port over rtnetlinkJiri Pirko2-0/+57
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-8/+0
2022-11-04net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko3-21/+6
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: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-9/+1
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. Schultz5-4/+70
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-88/+215
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds25-85/+204
2022-11-03net: dcb: add new apptrust attributeDaniel Machon1-2/+74
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon1-4/+54
2022-11-03vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui1-1/+4
2022-11-03vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui1-2/+0
2022-11-03ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao1-4/+10
2022-11-03bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2-2/+2
2022-11-03net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin1-1/+1
2022-11-03net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski5-37/+52
2022-11-03Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz1-1/+2
2022-11-03Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz1-1/+1
2022-11-03Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz1-0/+25
2022-11-03Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz1-0/+11