summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-06Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-03Merge tag 'nfsd-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-03net/ieee802154: reject zero-sized raw_sendmsg()Tetsuo Handa
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li
2022-10-03mptcp: update misleading comments.Paolo Abeni
2022-10-03mptcp: use fastclose on more edge scenariosPaolo Abeni
2022-10-03mptcp: propagate fastclose errorPaolo Abeni
2022-10-03af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean
2022-09-30net: dsa: don't do devlink port setup earlyJiri Pirko
2022-09-30net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean
2022-09-30net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko
2022-09-30net: devlink: introduce port registered assert helper and use itJiri Pirko
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-09-30genetlink: reject use of nlmsg_flags for new commandsJakub Kicinski
2022-09-30Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy
2022-09-30ip6_vti:Remove the space before the commaHongbin Wang
2022-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-09-30sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long
2022-09-30net: bridge: assign path_cost for 2.5G and 5G link speedSteven Hsieh
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-09-29net/tipc: Remove unused struct distr_queue_itemYuan Can
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-29net: sched: cls_u32: Avoid memcpy() false-positive warningKees Cook