aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart1-1/+1
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean1-3/+0
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean1-4/+2
2021-03-22net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64Vladimir Oltean1-1/+1
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean1-6/+8
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean1-2/+2
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2-2/+2
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin1-7/+3
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever3-5/+17
2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever1-4/+9
2021-03-22svcrdma: Retain the page backing rq_res.head[0].iov_baseChuck Lever1-0/+5
2021-03-22svcrdma: Remove unused sc_pages fieldChuck Lever1-25/+0
2021-03-22svcrdma: Normalize Send page handlingChuck Lever2-14/+23
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever6-24/+29
2021-03-22svcrdma: Maintain a Receive water markChuck Lever2-3/+12
2021-03-22svcrdma: Use svc_rdma_refresh_recvs() in wc_receiveChuck Lever1-32/+11
2021-03-22svcrdma: Add a batch Receive posting mechanismChuck Lever1-14/+42
2021-03-22Bluetooth: fix set_ecdh_privkey() prototypeArnd Bergmann1-1/+1
2021-03-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-03-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-03-22svcrdma: Remove stale comment for svc_rdma_wc_receive()Chuck Lever1-2/+0
2021-03-22svcrdma: Provide an explanatory comment in CMA event handlerChuck Lever1-0/+3
2021-03-22svcrdma: RPCDBG_FACILITY is no longer usedChuck Lever2-4/+0
2021-03-22esp: delete NETIF_F_SCTP_CRC bit from features for esp offloadXin Long2-4/+8
2021-03-22net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+2
2021-03-22net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish1-5/+5
2021-03-20net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla1-8/+13
2021-03-20can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp1-3/+3
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil1-0/+1
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2-0/+18
2021-03-19sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long2-7/+7
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach1-10/+54
2021-03-18ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin1-3/+8
2021-03-18vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin1-2/+8
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-44/+81
2021-03-18/net/core/: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-18/net/hsr: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz1-13/+1
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-18net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart1-14/+11
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-18net: move the xps maps to an arrayAntoine Tenart2-45/+34
2021-03-18net: remove the xps possible_maskAntoine Tenart2-29/+15