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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-10
sctp: add SCTP_ADDR_ADDED event
Xin Long
3
-21
/
+25
2019-10-10
net: stmmac: add flexible PPS to dwmac 4.10a
Antonio Borneo
1
-0
/
+1
2019-10-10
Merge tag 'spi-ptp-api' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Jakub Kicinski
2
-0
/
+188
2019-10-09
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
3
-9
/
+2
2019-10-09
net: tipc: prepare attrs in __tipc_nl_compat_dumpit()
Jiri Pirko
1
-0
/
+9
2019-10-09
net: genetlink: always allocate separate attrs for dumpit ops
Jiri Pirko
1
-11
/
+17
2019-10-09
Merge branch 'hns3-next' into net-next
Jakub Kicinski
14
-153
/
+986
2019-10-09
net: hns3: support tx-scatter-gather-fraglist feature
Yunsheng Lin
2
-93
/
+168
2019-10-09
net: hns3: add support for configuring VF MAC from the host
Huazhong Tan
6
-8
/
+158
2019-10-09
net: hns3: add support for configuring bandwidth of VF on the host
Yonglong Liu
8
-2
/
+280
2019-10-09
net: hns3: add support for setting VF trust
Jian Shen
9
-40
/
+129
2019-10-09
net: hns3: add support for spoof check setting
Jian Shen
6
-9
/
+140
2019-10-09
net: hns3: add support for setting VF link status on the host
Yufeng Mo
5
-1
/
+111
2019-10-08
tun: fix memory leak in error path
Eric Dumazet
1
-2
/
+12
2019-10-08
netdevsim: fix spelling mistake "forbidded" -> "forbid"
Colin Ian King
1
-1
/
+1
2019-10-08
net: phy: mscc: make arrays static, makes object smaller
Colin Ian King
1
-7
/
+7
2019-10-08
nfp: bpf: make array exp_mask static, makes object smaller
Colin Ian King
1
-1
/
+1
2019-10-08
spi: Add a PTP system timestamp to the transfer structure
Vladimir Oltean
2
-0
/
+188
2019-10-07
Merge branch 'dpaa2-eth-misc-cleanup'
David S. Miller
3
-14
/
+35
2019-10-07
dpaa2-eth: Avoid unbounded while loops
Ioana Radulescu
2
-6
/
+34
2019-10-07
dpaa2-eth: Fix minor bug in ethtool stats reporting
Ioana Radulescu
1
-1
/
+1
2019-10-07
dpaa2-eth: Cleanup dead code
Ioana Radulescu
1
-7
/
+0
2019-10-07
net: hns3: make array tick_array static, makes object smaller
Colin Ian King
1
-1
/
+1
2019-10-07
net: hns: make arrays static, makes object smaller
Colin Ian King
1
-2
/
+2
2019-10-07
Merge branch 'net-tls-minor-micro-optimizations'
David S. Miller
5
-24
/
+30
2019-10-07
net/tls: store decrypted on a single bit
Jakub Kicinski
2
-4
/
+4
2019-10-07
net/tls: store async_capable on a single bit
Jakub Kicinski
2
-4
/
+5
2019-10-07
net/tls: pass context to tls_device_decrypted()
Jakub Kicinski
3
-6
/
+8
2019-10-07
net/tls: make allocation failure unlikely
Jakub Kicinski
1
-3
/
+2
2019-10-07
net/tls: mark sk->err being set as unlikely
Jakub Kicinski
1
-1
/
+1
2019-10-07
net: sockmap: use bitmap for copy info
Jakub Kicinski
2
-6
/
+10
2019-10-07
net: core: use helper skb_ensure_writable in more places
Heiner Kallweit
1
-12
/
+8
2019-10-07
ipv6: Make ipv6_mc_may_pull() return bool.
David S. Miller
1
-3
/
+3
2019-10-07
net: core: change return type of pskb_may_pull to bool
Heiner Kallweit
1
-3
/
+3
2019-10-07
Merge branch 'ena-set_channels'
David S. Miller
3
-93
/
+114
2019-10-07
net: ena: ethtool: support set_channels callback
Sameeh Jubran
3
-3
/
+35
2019-10-07
net: ena: remove redundant print of number of queues
Sameeh Jubran
1
-2
/
+2
2019-10-07
net: ena: make ethtool -l show correct max number of queues
Sameeh Jubran
3
-25
/
+29
2019-10-07
net: ena: ethtool: get_channels: use combined only
Sameeh Jubran
1
-8
/
+2
2019-10-07
net: ena: multiple queue creation related cleanups
Sameeh Jubran
1
-20
/
+11
2019-10-07
net: ena: change num_queues to num_io_queues for clarity and consistency
Sameeh Jubran
3
-44
/
+44
2019-10-07
Merge branch 'samples-pktgen-allow-to-specify-destination-IP-range'
David S. Miller
11
-65
/
+244
2019-10-07
samples: pktgen: allow to specify destination IP range (CIDR)
Daniel T. Lee
10
-12
/
+55
2019-10-07
samples: pktgen: add helper functions for IP(v4/v6) CIDR parsing
Daniel T. Lee
1
-3
/
+134
2019-10-07
samples: pktgen: fix proc_cmd command result check logic
Daniel T. Lee
1
-6
/
+11
2019-10-07
samples: pktgen: make variable consistent with option
Daniel T. Lee
8
-44
/
+44
2019-10-07
Merge branch 'netdevsim-implement-devlink-dev_info-op'
David S. Miller
2
-1
/
+28
2019-10-07
selftests: add netdevsim devlink dev info test
Jiri Pirko
1
-1
/
+20
2019-10-07
netdevsim: implement devlink dev_info op
Jiri Pirko
1
-0
/
+8
2019-10-07
net: devlink: fix reporter dump dumpit
Jiri Pirko
1
-1
/
+2
[next]