summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao
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-22Remove DECnet support from kernelStephen Hemminger
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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-18tcp: handle pure FIN case correctlyCong Wang
2022-08-18tcp: refactor tcp_read_skb() a bitCong Wang
2022-08-18tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang
2022-08-18tcp: fix sock skb accounting in tcp_read_skb()Cong Wang
2022-08-18net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2022-08-17net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-08-17tls: rx: react to strparser initialization errorsJakub Kicinski
2022-08-17tcp: Make SYN ACK RTO tunable by BPF programs with TFOJie Meng
2022-08-17netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven
2022-08-16net: sched: delete unused input parameter in qdisc_createZhengchao Shao
2022-08-16net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao
2022-08-16net: sched: remove the unused return value of unregister_qdiscZhengchao Shao
2022-08-15net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2022-08-15netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-15netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso
2022-08-15netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso
2022-08-15net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-15net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong
2022-08-15neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn
2022-08-15neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev
2022-08-15net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov
2022-08-13ip6_tunnel: Fix the type of functionsHongbin Wang
2022-08-12netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-12net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong
2022-08-12rds: add missing barrier to release_refillMikulas Patocka