summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto
2023-01-09net: skb: remove old comments about frag_size for build_skb()Jakub Kicinski
2023-01-09mptcp: add statistics for mptcp socket in useMenglong Dong
2023-01-09mptcp: rename 'sk' to 'ssk' in mptcp_token_new_connect()Menglong Dong
2023-01-09mptcp: init sk->sk_prot in build_msk()Menglong Dong
2023-01-09mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong
2023-01-09mptcp: use local variable ssk in write_optionsGeliang Tang
2023-01-09mptcp: use net instead of sock_netGeliang Tang
2023-01-09mptcp: use msk_owned_by_me helperGeliang Tang
2023-01-06net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook
2023-01-06devlink: allow registering parameters after the instanceJakub Kicinski
2023-01-06devlink: don't require setting features before registrationJakub Kicinski
2023-01-06devlink: remove the registration guarantee of referencesJakub Kicinski
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski
2023-01-06devlink: update the code in netns move to latest helpersJakub Kicinski
2023-01-06devlink: bump the instance index directly when iteratingJakub Kicinski
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar
2023-01-05devlink: convert remaining dumps to the by-instance schemeJakub Kicinski
2023-01-05devlink: add by-instance dump infraJakub Kicinski
2023-01-05devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (function)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski
2023-01-05devlink: health: combine loops in dumpJakub Kicinski
2023-01-05devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski
2023-01-05devlink: remove start variables from dumpsJakub Kicinski
2023-01-05devlink: use an explicit structure for dump contextJakub Kicinski
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski
2023-01-05devlink: split out netlink codeJakub Kicinski
2023-01-05devlink: split out core codeJakub Kicinski
2023-01-05devlink: rename devlink_netdevice_event -> devlink_port_netdevice_eventJakub Kicinski
2023-01-05devlink: move code to a dedicated directoryJakub Kicinski
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-02net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid Howells