index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-26
net: sched: flower: don't take rtnl lock for cls hw offloads API
Vlad Buslov
1
-37
/
+16
2019-08-26
net: sched: copy tunnel info when setting flow_action entry->tunnel
Vlad Buslov
1
-1
/
+8
2019-08-26
net: sched: take reference to action dev before calling offloads
Vlad Buslov
2
-0
/
+34
2019-08-26
net: sched: take rtnl lock in tc_setup_flow_action()
Vlad Buslov
3
-8
/
+19
2019-08-26
net: sched: conditionally obtain rtnl lock in cls hw offloads API
Vlad Buslov
1
-0
/
+65
2019-08-26
net: sched: add API for registering unlocked offload block callbacks
Vlad Buslov
1
-0
/
+6
2019-08-26
net: sched: notify classifier on successful offload add/delete
Vlad Buslov
2
-9
/
+43
2019-08-26
net: sched: refactor block offloads counter usage
Vlad Buslov
5
-91
/
+217
2019-08-26
net: sched: change tcf block offload counter type to atomic_t
Vlad Buslov
1
-1
/
+1
2019-08-26
net: sched: protect block offload-related fields with rw_semaphore
Vlad Buslov
1
-9
/
+36
2019-08-24
net/core/skmsg: Delete an unnecessary check before the function call “consu...
Markus Elfring
1
-2
/
+1
2019-08-23
drop_monitor: Make timestamps y2038 safe
Ido Schimmel
1
-8
/
+6
2019-08-23
net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy
Dag Moxnes
3
-15
/
+27
2019-08-23
net: ipv6: fix listify ip6_rcv_finish in case of forwarding
Xin Long
1
-1
/
+3
2019-08-22
net/ncsi: update response packet length for GCPS/GNS/GNPTS commands
Ben Wei
1
-3
/
+3
2019-08-22
nexthops: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2019-08-21
mac80211: minstrel_ht: improve rate probing for devices with static fallback
Felix Fietkau
3
-28
/
+225
2019-08-21
mac80211: minstrel_ht: fix default max throughput rate indexes
Felix Fietkau
1
-6
/
+14
2019-08-21
mac80211: minstrel_ht: reduce unnecessary rate probing attempts
Felix Fietkau
1
-0
/
+15
2019-08-21
mac80211: minstrel_ht: fix per-group max throughput rate initialization
Felix Fietkau
1
-1
/
+1
2019-08-21
nl80211: Add support for EDMG channels
Alexei Avshalom Lazar
5
-6
/
+240
2019-08-21
mac80211: fix possible NULL pointerderef in obss pd code
John Crispin
1
-1
/
+2
2019-08-21
mac80211: add assoc-at support
Ben Greear
2
-0
/
+5
2019-08-21
cfg80211: Support assoc-at timer in sta-info
Ben Greear
1
-0
/
+1
2019-08-21
cfg80211: apply same mandatory rate flags for 5GHz and 6GHz
Arend van Spriel
1
-0
/
+1
2019-08-21
cfg80211: ibss: use 11a mandatory rates for 6GHz band operation
Arend van Spriel
1
-5
/
+11
2019-08-21
cfg80211: use same IR permissive rules for 6GHz band
Arend van Spriel
1
-1
/
+2
2019-08-21
cfg80211: add 6GHz in code handling array with NUM_NL80211_BANDS entries
Arend van Spriel
2
-1
/
+3
2019-08-21
cfg80211: extend ieee80211_operating_class_to_band() for 6GHz
Arend van Spriel
1
-0
/
+3
2019-08-21
cfg80211: util: add 6GHz channel to freq conversion and vice versa
Arend van Spriel
1
-1
/
+9
2019-08-21
cfg80211: add 6GHz UNII band definitions
Arend van Spriel
1
-2
/
+19
2019-08-21
nl80211: add 6GHz band definition to enum nl80211_band
Arend van Spriel
1
-0
/
+1
2019-08-21
mac80211: add missing length field increment when generating Radiotap header
John Crispin
1
-0
/
+1
2019-08-21
mac80211: 80Mhz was not reported properly when using tx_status_ext
John Crispin
1
-1
/
+1
2019-08-21
mac80211: fix bad guard when reporting legacy rates
John Crispin
1
-7
/
+7
2019-08-21
mac80211: fix TX legacy rate reporting when tx_status_ext is used
John Crispin
1
-3
/
+9
2019-08-20
net: dsa: enable and disable all ports
Vivien Didelot
1
-0
/
+11
2019-08-20
net: dsa: use a single switch statement for port setup
Vivien Didelot
1
-48
/
+39
2019-08-19
sctp: remove net sctp.x_enable working as a global switch
Xin Long
1
-16
/
+12
2019-08-19
sctp: add SCTP_AUTH_SUPPORTED sockopt
Xin Long
1
-0
/
+86
2019-08-19
sctp: add sctp_auth_init and sctp_auth_free
Xin Long
2
-56
/
+74
2019-08-19
sctp: use ep and asoc auth_enable properly
Xin Long
2
-33
/
+44
2019-08-19
sctp: add SCTP_ASCONF_SUPPORTED sockopt
Xin Long
1
-0
/
+82
2019-08-19
sctp: check asoc peer.asconf_capable before processing asconf
Xin Long
1
-2
/
+4
2019-08-19
sctp: not set peer.asconf_capable in sctp_association_init
Xin Long
1
-9
/
+0
2019-08-19
sctp: add asconf_enable in struct sctp_endpoint
Xin Long
3
-20
/
+18
2019-08-19
net: remove empty inet_exit_net
Li RongQing
1
-5
/
+0
2019-08-19
net: flow_offload: convert block_ing_cb_list to regular list type
Vlad Buslov
1
-6
/
+7
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
39
-196
/
+429
2019-08-18
netfilter: nf_tables: map basechain priority to hardware priority
Pablo Neira Ayuso
2
-3
/
+18
[next]