index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
net: ipa: kill unused status exceptions
Alex Elder
1
-11
/
+3
2020-09-28
net: ipa: kill unused status opcodes
Alex Elder
1
-5
/
+1
2020-09-28
net: ipa: kill definition of TRE_FLAGS_IEOB_FMASK
Alex Elder
1
-1
/
+0
2020-09-28
ibmvnic: create send_control_ip_offload
Lijun Pan
1
-70
/
+80
2020-09-28
ibmvnic: create send_query_ip_offload
Lijun Pan
1
-23
/
+29
2020-09-28
ibmvnic: rename send_map_query to send_query_map
Lijun Pan
1
-3
/
+3
2020-09-28
ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
Lijun Pan
1
-3
/
+3
2020-09-28
ibmvnic: rename send_cap_queries to send_query_cap
Lijun Pan
1
-4
/
+4
2020-09-28
ibmvnic: set up 200GBPS speed
Lijun Pan
2
-2
/
+5
2020-09-28
atm: atmtcp: Constify atmtcp_v_dev_ops
Rikard Falkeborn
1
-1
/
+1
2020-09-28
ip6gre: avoid tx_error when sending MLD/DAD on external tunnels
Davide Caratti
1
-11
/
+22
2020-09-28
net/smc: CLC decline - V2 enhancements
Ursula Braun
3
-15
/
+30
2020-09-28
net/smc: introduce CLC first contact extension
Ursula Braun
6
-5
/
+91
2020-09-28
net/smc: CLC accept / confirm V2
Ursula Braun
3
-57
/
+170
2020-09-28
net/smc: determine accepted ISM devices
Ursula Braun
4
-34
/
+208
2020-09-28
net/smc: build and send V2 CLC proposal
Ursula Braun
4
-42
/
+210
2020-09-28
net/smc: determine proposed ISM devices
Ursula Braun
8
-58
/
+135
2020-09-28
net/smc: introduce list of pnetids for Ethernet devices
Ursula Braun
3
-7
/
+153
2020-09-28
net/smc: introduce CHID callback for ISM devices
Ursula Braun
6
-0
/
+22
2020-09-28
net/smc: introduce System Enterprise ID (SEID)
Ursula Braun
6
-2
/
+73
2020-09-28
net/smc: prepare for more proposed ISM devices
Ursula Braun
6
-44
/
+69
2020-09-28
net/smc: split CLC confirm/accept data to be sent
Ursula Braun
2
-12
/
+15
2020-09-28
net/smc: separate find device functions
Ursula Braun
3
-46
/
+84
2020-09-28
net/smc: CLC header fields renaming
Ursula Braun
3
-23
/
+25
2020-09-28
net/smc: remove constant and introduce helper to check for a pnet id
Karsten Graul
1
-8
/
+12
2020-09-28
net: Use kobj_to_dev() API
Wang Qing
1
-2
/
+2
2020-09-28
net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_free
Lorenzo Bianconi
1
-4
/
+7
2020-09-28
e1000e: Add support for Meteor Lake
Sasha Neftin
5
-0
/
+21
2020-09-28
igc: Clean up nvm_info structure
Sasha Neftin
1
-3
/
+0
2020-09-28
igc: Reject schedules with a base_time in the future
Vinicius Costa Gomes
1
-2
/
+23
2020-09-28
igc: Export a way to read the PTP timer
Vinicius Costa Gomes
2
-4
/
+4
2020-09-28
igc: Remove reset disable flag
Sasha Neftin
1
-1
/
+0
2020-09-28
igc: Save PTP time before a reset
Vinicius Costa Gomes
3
-3
/
+29
2020-09-28
igc: Remove references to SYSTIMR register
Vinicius Costa Gomes
1
-10
/
+2
2020-09-28
igc: Expose LPI counters
Sasha Neftin
3
-0
/
+7
2020-09-28
igc: Clean RX descriptor error flags
Andre Guedes
2
-16
/
+3
2020-09-28
igc: Remove timeout check from ptp_tx work
Andre Guedes
1
-6
/
+0
2020-09-28
igc: Don't reschedule ptp_tx work
Andre Guedes
1
-5
/
+4
2020-09-28
igc: Rename IGC_TSYNCTXCTL_VALID macro
Andre Guedes
2
-2
/
+2
2020-09-28
igc: Add new device ID's
Sasha Neftin
3
-0
/
+15
2020-09-28
igb: read PBA number from flash
Gal Hammer
1
-1
/
+3
2020-09-28
igb: add XDP support
Sven Auhagen
3
-36
/
+481
2020-09-28
docs: vxlan: add info about device features
Jakub Kicinski
1
-0
/
+28
2020-09-28
selftests: net: add a test for static UDP tunnel ports
Jakub Kicinski
1
-0
/
+58
2020-09-28
netdevsim: support the static IANA VXLAN port flag
Jakub Kicinski
2
-0
/
+5
2020-09-28
ice: convert to new udp_tunnel infrastructure
Jakub Kicinski
5
-206
/
+135
2020-09-28
ice: remove unused args from ice_get_open_tunnel_port()
Jakub Kicinski
4
-12
/
+6
2020-09-28
i40e: convert to new udp_tunnel infrastructure
Jakub Kicinski
2
-219
/
+51
2020-09-28
selftests: net: add a test for shared UDP tunnel info tables
Jakub Kicinski
1
-0
/
+109
2020-09-28
netdevsim: shared UDP tunnel port table support
Jakub Kicinski
2
-2
/
+22
[next]