summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao1-1/+1
2022-10-01net: dsa: remove bool devlink_port_setupVladimir Oltean1-8/+6
2022-10-01net: dsa: don't do devlink port setup earlyJiri Pirko1-94/+82
2022-10-01net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean3-10/+19
2022-10-01net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko1-42/+26
2022-10-01net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko1-3/+43
2022-10-01net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko1-2/+4
2022-10-01net: devlink: introduce port registered assert helper and use itJiri Pirko1-13/+19
2022-10-01Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14-1649/+1565
2022-10-01genetlink: reject use of nlmsg_flags for new commandsJakub Kicinski1-1/+31
2022-10-01Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz1-0/+1
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski19-288/+766
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy1-2/+0
2022-09-30ip6_vti:Remove the space before the commaHongbin Wang1-1/+1
2022-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-7/+22
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-7/+14
2022-09-30sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long1-4/+14
2022-09-30net: bridge: assign path_cost for 2.5G and 5G link speedSteven Hsieh1-1/+10
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert3-4/+4
2022-09-30net-sysfs: Convert to use sysfs_emit() APIsWang Yufen1-29/+29
2022-09-30net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean1-1/+151
2022-09-30net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+17
2022-09-30net/tipc: Remove unused struct distr_queue_itemYuan Can1-8/+0
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni2-22/+103
2022-09-30net: sched: cls_u32: Avoid memcpy() false-positive warningKees Cook1-1/+5
2022-09-30vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-47/+45
2022-09-29Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz1-0/+7
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2-1/+28
2022-09-29bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another functionMartin KaFai Lau1-17/+28
2022-09-29bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()Martin KaFai Lau1-6/+7
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-40/+45
2022-09-29xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_stateSabrina Dubroca1-6/+4
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca3-7/+17
2022-09-29xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_stateSabrina Dubroca2-4/+12
2022-09-29xfrm: esp: add extack to esp_init_state, esp6_init_stateSabrina Dubroca2-42/+64
2022-09-29xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca2-15/+27
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca10-11/+13
2022-09-29mptcp: fix unreleased socket in accept queueMenglong Dong3-27/+9
2022-09-29mptcp: factor out __mptcp_close() without socket lockMenglong Dong2-2/+13
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-29net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau1-0/+10
2022-09-29mptcp: poll allow write call before actual connectBenjamin Hesmans1-0/+4
2022-09-29mptcp: handle defer connect in mptcp_sendmsgDmytro Shytyi1-0/+22
2022-09-29tcp: export tcp_sendmsg_fastopenBenjamin Hesmans1-3/+2
2022-09-29mptcp: add TCP_FASTOPEN_CONNECT socket optionBenjamin Hesmans1-1/+18
2022-09-29net: shrink struct ubuf_infoPavel Begunkov4-20/+24
2022-09-28Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi1-7/+26
2022-09-28Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2-3/+4
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt1-7/+0