summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan
2023-01-10bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang
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
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin
2022-12-26net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso
2022-12-21mptcp: fix lockdep false positivePaolo Abeni
2022-12-21mptcp: fix deadlock in fastopen error pathPaolo Abeni