index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-29
nl80211: Add CMD_CONTROL_PORT_FRAME API
Denis Kenzior
2
-0
/
+79
2018-03-29
mac80211: remove shadowing duplicated variable
Johannes Berg
1
-2
/
+0
2018-03-29
mac80211: allow AP_VLAN operation on crypto controlled devices
Manikanta Pubbisetty
2
-5
/
+11
2018-03-29
cfg80211: Add API to allow querying regdb for wmm_rule
Haim Dreyfuss
1
-0
/
+54
2018-03-29
mac80211: limit wmm params to comply with ETSI requirements
Haim Dreyfuss
4
-0
/
+52
2018-03-29
cfg80211: don't require RTNL held for regdomain reads
Johannes Berg
1
-2
/
+2
2018-03-29
cfg80211: read wmm rules from regulatory database
Haim Dreyfuss
1
-7
/
+141
2018-03-29
nl80211: Add SOCKET_OWNER support to START_AP
Denis Kenzior
2
-0
/
+4
2018-03-29
nl80211: Add SOCKET_OWNER support to JOIN_MESH
Denis Kenzior
3
-21
/
+9
2018-03-29
nl80211: Add SOCKET_OWNER support to JOIN_IBSS
Denis Kenzior
3
-26
/
+16
2018-03-29
cfg80211: Support all iftypes in autodisconnect_wk
Denis Kenzior
1
-11
/
+32
2018-03-29
cfg80211: enable use of non-cleared DFS channels for DFS offload
Dmitry Lebed
1
-2
/
+7
2018-03-29
cfg80211: fix CAC_STARTED event handling
Dmitry Lebed
1
-1
/
+1
2018-03-29
mac80211: Use proper chan_width enum in sta opmode event
tamizhr@codeaurora.org
3
-2
/
+35
2018-03-29
mac80211: Use proper smps_mode enum in sta opmode event
tamizhr@codeaurora.org
3
-1
/
+19
2018-03-23
mac80211: notify driver for change in multicast rates
Pradeep Kumar Chitrapu
4
-3
/
+7
2018-03-21
cfg80211/nl80211: add DFS offload flag
Dmitry Lebed
1
-4
/
+8
2018-03-21
cfg80211/nl80211: add CAC_STARTED event
Dmitry Lebed
1
-2
/
+5
2018-03-21
mac80211: inform wireless layer when frame RSSI is invalid
Tosoni
3
-77
/
+93
2018-03-18
sctp: use proc_remove_subtree()
Al Viro
3
-130
/
+27
2018-03-18
rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock
Sowmini Varadhan
1
-8
/
+9
2018-03-18
tipc: some name changes
Jon Maloy
5
-103
/
+106
2018-03-18
tipc: merge two lists in struct publication
Jon Maloy
2
-13
/
+12
2018-03-18
tipc: remove zone_list member in struct publication
Jon Maloy
2
-76
/
+30
2018-03-18
tipc: remove zone publication list in name table
Jon Maloy
4
-26
/
+29
2018-03-18
tipc: obsolete TIPC_ZONE_SCOPE
Jon Maloy
6
-40
/
+23
2018-03-18
net: Convert ip_vs_ftp_ops
Kirill Tkhai
1
-0
/
+1
2018-03-18
net: Convert ipvs_core_dev_ops
Kirill Tkhai
1
-0
/
+1
2018-03-18
net: Convert ipvs_core_ops
Kirill Tkhai
1
-0
/
+1
2018-03-18
net: Convert ovs_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-18
net: Convert mpls_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-18
net: Convert l2tp_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-16
net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exit
Yousuk Seung
1
-1
/
+4
2018-03-16
tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-1
/
+2
2018-03-16
net/smc: enable ipv6 support for smc
Karsten Graul
2
-17
/
+51
2018-03-16
net/smc: add ipv6 support to CLC layer
Karsten Graul
2
-17
/
+105
2018-03-16
net/smc: restructure netinfo for CLC proposal msgs
Karsten Graul
3
-36
/
+82
2018-03-16
net: Use rtnl_lock_killable() in register_netdev()
Kirill Tkhai
1
-1
/
+2
2018-03-16
net: Add rtnl_lock_killable()
Kirill Tkhai
1
-0
/
+6
2018-03-16
udp: Move the udp sysctl to namespace.
Tonghao Zhang
3
-77
/
+93
2018-03-16
net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flags
David Ahern
1
-0
/
+15
2018-03-16
net/ipv6: Change address check to always take a device argument
David Ahern
6
-17
/
+41
2018-03-16
net/ipv6: Refactor gateway validation on route add
David Ahern
1
-54
/
+66
2018-03-16
rxrpc: remove redundant initialization of variable 'len'
Colin Ian King
1
-1
/
+1
2018-03-15
sctp: Fix double free in sctp_sendmsg_to_asoc
Neil Horman
1
-13
/
+13
2018-03-15
net: drivers/net: Remove unnecessary skb_copy_expand OOM messages
Joe Perches
2
-8
/
+2
2018-03-14
sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENT
Xin Long
2
-2
/
+54
2018-03-14
sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT
Xin Long
4
-3
/
+52
2018-03-14
sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY
Xin Long
2
-3
/
+74
2018-03-14
sctp: add support for SCTP AUTH Information for sendmsg
Xin Long
2
-1
/
+33
[next]