index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-22
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
1
-1
/
+1
2021-03-22
net: l2tp: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-22
net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h
Vladimir Oltean
1
-3
/
+0
2021-03-22
net: make xps_needed and xps_rxqs_needed static
Vladimir Oltean
1
-4
/
+2
2021-03-22
net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64
Vladimir Oltean
1
-1
/
+1
2021-03-22
openvswitch: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-22
net: ipconfig: ic_dev can be NULL in ic_close_devs
Vladimir Oltean
1
-6
/
+8
2021-03-22
net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS
Vladimir Oltean
1
-2
/
+2
2021-03-22
net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports
Vladimir Oltean
1
-18
/
+18
2021-03-22
lsm: separate security_task_getsecid() into subjective and objective variants
Paul Moore
2
-2
/
+2
2021-03-22
dsa: simplify Kconfig symbols and dependencies
Alexander Lobakin
1
-7
/
+3
2021-03-22
SUNRPC: Move svc_xprt_received() call sites
Chuck Lever
3
-5
/
+17
2021-03-22
SUNRPC: Export svc_xprt_received()
Chuck Lever
1
-4
/
+9
2021-03-22
svcrdma: Retain the page backing rq_res.head[0].iov_base
Chuck Lever
1
-0
/
+5
2021-03-22
svcrdma: Remove unused sc_pages field
Chuck Lever
1
-25
/
+0
2021-03-22
svcrdma: Normalize Send page handling
Chuck Lever
2
-14
/
+23
2021-03-22
svcrdma: Add a "deferred close" helper
Chuck Lever
6
-24
/
+29
2021-03-22
svcrdma: Maintain a Receive water mark
Chuck Lever
2
-3
/
+12
2021-03-22
svcrdma: Use svc_rdma_refresh_recvs() in wc_receive
Chuck Lever
1
-32
/
+11
2021-03-22
svcrdma: Add a batch Receive posting mechanism
Chuck Lever
1
-14
/
+42
2021-03-22
Bluetooth: fix set_ecdh_privkey() prototype
Arnd Bergmann
1
-1
/
+1
2021-03-22
Bluetooth: initialize skb_queue_head at l2cap_chan_create()
Tetsuo Handa
1
-0
/
+2
2021-03-22
Bluetooth: verify AMP hci_chan before amp_destroy
Archie Pusaka
1
-1
/
+2
2021-03-22
Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default
Archie Pusaka
1
-0
/
+2
2021-03-22
svcrdma: Remove stale comment for svc_rdma_wc_receive()
Chuck Lever
1
-2
/
+0
2021-03-22
svcrdma: Provide an explanatory comment in CMA event handler
Chuck Lever
1
-0
/
+3
2021-03-22
svcrdma: RPCDBG_FACILITY is no longer used
Chuck Lever
2
-4
/
+0
2021-03-22
esp: delete NETIF_F_SCTP_CRC bit from features for esp offload
Xin Long
2
-4
/
+8
2021-03-22
net: xfrm: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+2
2021-03-22
net: xfrm: Localize sequence counter per network namespace
Ahmed S. Darwish
1
-5
/
+5
2021-03-20
net: decnet: Fixed multiple coding style issues
Sai Kalyaan Palla
1
-8
/
+13
2021-03-20
can: isotp: tx-path: zero initialize outgoing CAN frames
Oliver Hartkopp
1
-3
/
+3
2021-03-19
selinux: vsock: Set SID for socket returned by accept()
David Brazdil
1
-0
/
+1
2021-03-19
net: add CONFIG_PCPU_DEV_REFCNT
Eric Dumazet
2
-0
/
+18
2021-03-19
sctp: move sk_route_caps check and set into sctp_outq_flush_transports
Xin Long
2
-7
/
+7
2021-03-19
taprio: Handle short intervals and large packets
Kurt Kanzenbach
1
-10
/
+54
2021-03-18
ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GRO
Alexander Lobakin
1
-3
/
+8
2021-03-18
vlan/8021q: avoid retpoline overhead on GRO
Alexander Lobakin
1
-2
/
+8
2021-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-44
/
+81
2021-03-18
/net/core/: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-03-18
/net/hsr: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-03-18
net: dsa: Add helper to resolve bridge port from DSA port
Tobias Waldekranz
1
-13
/
+1
2021-03-18
net: NULL the old xps map entries when freeing them
Antoine Tenart
1
-0
/
+1
2021-03-18
net: fix use after free in xps
Antoine Tenart
1
-5
/
+12
2021-03-18
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
1
-77
/
+48
2021-03-18
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
1
-14
/
+11
2021-03-18
net: improve queue removal readability in __netif_set_xps_queue
Antoine Tenart
1
-6
/
+9
2021-03-18
net: add an helper to copy xps maps to the new dev_maps
Antoine Tenart
1
-20
/
+25
2021-03-18
net: move the xps maps to an array
Antoine Tenart
2
-45
/
+34
2021-03-18
net: remove the xps possible_mask
Antoine Tenart
2
-29
/
+15
[prev]
[next]