summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan2023-01-151-1/+30
* bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang2023-01-101-6/+0
* devlink: allow registering parameters after the instanceJakub Kicinski2023-01-061-11/+11
* devlink: don't require setting features before registrationJakub Kicinski2023-01-061-2/+0
* devlink: remove the registration guarantee of referencesJakub Kicinski2023-01-062-38/+28
* devlink: always check if the devlink instance is registeredJakub Kicinski2023-01-064-12/+60
* devlink: protect devlink->dev by the instance lockJakub Kicinski2023-01-063-8/+11
* devlink: update the code in netns move to latest helpersJakub Kicinski2023-01-061-3/+4
* devlink: bump the instance index directly when iteratingJakub Kicinski2023-01-062-35/+13
* sysctl: expose all net/core sysctls inside netnsMahesh Bandewar2023-01-061-5/+0
* devlink: convert remaining dumps to the by-instance schemeJakub Kicinski2023-01-053-394/+320
* devlink: add by-instance dump infraJakub Kicinski2023-01-053-31/+68
* devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski2023-01-051-7/+6
* devlink: restart dump based on devlink instance ids (function)Jakub Kicinski2023-01-051-20/+21
* devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski2023-01-052-46/+49
* devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski2023-01-053-29/+25
* devlink: health: combine loops in dumpJakub Kicinski2023-01-051-3/+0
* devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski2023-01-052-17/+10
* devlink: remove start variables from dumpsJakub Kicinski2023-01-051-36/+19
* devlink: use an explicit structure for dump contextJakub Kicinski2023-01-052-40/+81
* netlink: add macro for checking dump ctx sizeJakub Kicinski2023-01-051-1/+1
* devlink: split out netlink codeJakub Kicinski2023-01-054-205/+235
* devlink: split out core codeJakub Kicinski2023-01-054-434/+476
* devlink: rename devlink_netdevice_event -> devlink_port_netdevice_eventJakub Kicinski2023-01-051-5/+5
* devlink: move code to a dedicated directoryJakub Kicinski2023-01-054-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-0553-333/+587
|\
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0531-281/+524
| |\
| | * caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao2023-01-051-1/+5
| | * inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| | * net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2023-01-0313-187/+268
| | |\
| | | * netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-0210-80/+67
| | | * netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik2023-01-021-19/+21
| | | * netfilter: nf_tables: honor set timeout and garbage collection updatesPablo Neira Ayuso2022-12-221-18/+45
| | | * netfilter: nf_tables: perform type checking for existing setsPablo Neira Ayuso2022-12-211-1/+35
| | | * netfilter: nf_tables: add function to create set stateful expressionsPablo Neira Ayuso2022-12-211-38/+68
| | | * netfilter: nf_tables: consolidate set descriptionPablo Neira Ayuso2022-12-211-30/+28
| | | * netfilter: conntrack: fix ipv6 exthdr error checkFlorian Westphal2022-12-211-2/+5
| | * | net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| | * | net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| | * | net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4
| | * | tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-303-9/+56
| | * | net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin2022-12-281-33/+69
| | * | net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin2022-12-281-14/+10
| | * | net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2022-12-281-1/+2
| | * | rxrpc: Fix a couple of potential use-after-freesDavid Howells2022-12-281-6/+8
| | * | nfc: Fix potential resource leaksMiaoqian Lin2022-12-261-14/+38
| | * | net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei2022-12-261-10/+2
| | * | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-241-2/+5
| | |\ \
| | | * | bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski2022-12-201-2/+5