summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan1-1/+30
2023-01-11bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang1-6/+0
2023-01-06devlink: allow registering parameters after the instanceJakub Kicinski1-11/+11
2023-01-06devlink: don't require setting features before registrationJakub Kicinski1-2/+0
2023-01-06devlink: remove the registration guarantee of referencesJakub Kicinski2-38/+28
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski4-12/+60
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski3-8/+11
2023-01-06devlink: update the code in netns move to latest helpersJakub Kicinski1-3/+4
2023-01-06devlink: bump the instance index directly when iteratingJakub Kicinski2-35/+13
2023-01-06sysctl: expose all net/core sysctls inside netnsMahesh Bandewar1-5/+0
2023-01-06devlink: convert remaining dumps to the by-instance schemeJakub Kicinski3-394/+320
2023-01-06devlink: add by-instance dump infraJakub Kicinski3-31/+68
2023-01-06devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski1-7/+6
2023-01-06devlink: restart dump based on devlink instance ids (function)Jakub Kicinski1-20/+21
2023-01-06devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski2-46/+49
2023-01-06devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski3-29/+25
2023-01-06devlink: health: combine loops in dumpJakub Kicinski1-3/+0
2023-01-06devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski2-17/+10
2023-01-06devlink: remove start variables from dumpsJakub Kicinski1-36/+19
2023-01-06devlink: use an explicit structure for dump contextJakub Kicinski2-40/+81
2023-01-06netlink: add macro for checking dump ctx sizeJakub Kicinski1-1/+1
2023-01-06devlink: split out netlink codeJakub Kicinski4-205/+235
2023-01-06devlink: split out core codeJakub Kicinski4-434/+476
2023-01-06devlink: rename devlink_netdevice_event -> devlink_port_netdevice_eventJakub Kicinski1-5/+5
2023-01-06devlink: move code to a dedicated directoryJakub Kicinski4-1/+4
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski53-333/+587
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds31-281/+524
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-05inet: control sockets should not use current thread task_fragEric Dumazet1-0/+1
2023-01-05net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2-0/+18
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+4
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller13-187/+268
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik10-80/+67
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik1-19/+21
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap1-2/+6
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-01-02net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima3-9/+56
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin1-33/+69
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin1-14/+10
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin1-1/+2
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid Howells1-6/+8
2022-12-26nfc: Fix potential resource leaksMiaoqian Lin1-14/+38
2022-12-26net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)17-23/+23
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+5
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds5-29/+40
2022-12-22netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso1-18/+45
2022-12-22mptcp: fix lockdep false positivePaolo Abeni3-4/+19
2022-12-22mptcp: fix deadlock in fastopen error pathPaolo Abeni2-4/+16