summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani
2022-08-23netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal
2022-08-23netfilter: conntrack: work around exceeded receive windowFlorian Westphal
2022-08-23netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal
2022-08-23net: dsa: don't dereference NULL extack in dsa_slave_changeupper()Vladimir Oltean
2022-08-23net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_masterVladimir Oltean
2022-08-23net: dsa: all DSA masters must be down when changing the tagging protocolVladimir Oltean
2022-08-23net: dsa: only bring down user ports assigned to a given DSA masterVladimir Oltean
2022-08-23net: dsa: existing DSA masters cannot join upper interfacesVladimir Oltean
2022-08-23net: bridge: move DSA master bridging restriction to DSAVladimir Oltean
2022-08-23net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupperVladimir Oltean
2022-08-23net: dsa: walk through all changeupper notifier functionsVladimir Oltean
2022-08-23vmci/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov
2022-08-23virtio/vsock: check SO_RCVLOWAT before wake up readerArseniy Krasnov
2022-08-23vsock: add API call for data readyArseniy Krasnov
2022-08-23vsock: pass sock_rcvlowat to notify_poll_in as targetArseniy Krasnov
2022-08-23vmci/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov
2022-08-23virtio/vsock: use 'target' in notify_poll_in callbackArseniy Krasnov
2022-08-23hv_sock: disable SO_RCVLOWAT supportArseniy Krasnov
2022-08-23vsock: SO_RCVLOWAT transport set callbackArseniy Krasnov
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao
2022-08-23xfrm: Drop unused argumentHongbin Wang
2022-08-22net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_opsVladimir Oltean
2022-08-22net_sched: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22openvswitch: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22ethtool: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22dsa: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22packet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22l2tp: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22ipv4: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22caif: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22bridge: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22ax25: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22vlan: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-22net: dsa: make phylink-related OF properties mandatory on DSA and CPU portsVladimir Oltean
2022-08-22net: dsa: rename dsa_port_link_{,un}register_ofVladimir Oltean
2022-08-22net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform dataVladimir Oltean
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-08-22rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux
2022-08-22openvswitch: Fix overreporting of drops in dropwatchMike Pattrick
2022-08-22openvswitch: Fix double reporting of drops in dropwatchMike Pattrick
2022-08-22af_unix: Show number of inflight fds for sockets in TCP_LISTEN state tooKirill Tkhai
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro
2022-08-20batman-adv: Fix hang up with small MTU hard-interfaceShigeru Yoshida
2022-08-20batman-adv: Drop initialization of flexible ethtool_link_ksettingsSven Eckelmann
2022-08-19SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski