index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
2018-01-25
1
-3
/
+9
*
Merge branch 'sfc-support-PTP-on-8000-and-X2000-series-NICs'
David S. Miller
2018-01-25
7
-120
/
+489
|
\
|
*
sfc: support Medford2 frequency adjustment format
Laurence Evans
2018-01-25
1
-14
/
+31
|
*
sfc: support second + quarter ns time format for receive datapath
Edward Cree
2018-01-25
1
-33
/
+106
|
*
sfc: support separate PTP and general timestamping
Laurence Evans
2018-01-25
1
-15
/
+43
|
*
sfc: simplify RX datapath timestamping
Laurence Evans
2018-01-25
1
-8
/
+5
|
*
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
2018-01-25
2
-1
/
+16
|
*
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
2018-01-25
6
-13
/
+54
|
*
sfc: MAC TX timestamp handling on the 8000 series
Martin Habets
2018-01-25
2
-2
/
+46
|
*
sfc: only enable TX timestamping if the adapter is licensed for it
Martin Habets
2018-01-25
2
-0
/
+29
|
*
sfc: use main datapath for HW timestamps if available
Martin Habets
2018-01-25
2
-15
/
+42
|
*
sfc: add function to determine which TX timestamping method to use
Martin Habets
2018-01-25
2
-0
/
+11
|
*
sfc: handle TX timestamps in the normal data path
Martin Habets
2018-01-25
5
-9
/
+119
|
*
sfc: remove tx and MCDI handling from NAPI budget consideration
Bert Kenward
2018-01-25
2
-30
/
+7
|
/
*
net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...
Kirill Tkhai
2018-01-25
1
-18
/
+44
*
Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2018-01-24
12
-399
/
+173
|
\
|
*
kill kernel_sock_ioctl()
Al Viro
2018-01-24
2
-14
/
+0
|
*
dev_ioctl(): move copyin/copyout to callers
Al Viro
2018-01-24
3
-108
/
+71
|
*
ipconfig: use dev_set_mtu()
Al Viro
2018-01-24
1
-14
/
+3
|
*
lift handling of SIOCIW... out of dev_ioctl()
Al Viro
2018-01-24
4
-25
/
+12
|
*
kill dev_ifname32()
Al Viro
2018-01-24
1
-21
/
+1
|
*
kill bond_ioctl()
Al Viro
2018-01-24
1
-32
/
+4
|
*
kill dev_ifsioc()
Al Viro
2018-01-24
1
-38
/
+0
|
*
ip_rt_ioctl(): take copyin to caller
Al Viro
2018-01-24
4
-20
/
+10
|
*
devinet_ioctl(): take copyin/copyout to caller
Al Viro
2018-01-24
4
-46
/
+35
|
*
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
2018-01-24
4
-86
/
+42
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-24
31
-123
/
+274
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-01-24
19
-49
/
+90
|
|
\
|
|
*
net/ibm/emac: wrong bit is used for STA control register write
Ivan Mikhaylov
2018-01-24
1
-1
/
+1
|
|
*
net/ibm/emac: add 8192 rx/tx fifo size
Ivan Mikhaylov
2018-01-24
2
-0
/
+8
|
|
*
vhost: do not try to access device IOTLB when not initialized
Jason Wang
2018-01-24
1
-0
/
+4
|
|
*
vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()
Jason Wang
2018-01-24
1
-1
/
+1
|
|
*
i40e: flower: check if TC offload is enabled on a netdev
Jakub Kicinski
2018-01-24
1
-0
/
+2
|
|
*
Merge branch 'qed-rdma-bug-fixes'
David S. Miller
2018-01-24
1
-14
/
+17
|
|
|
\
|
|
|
*
qed: Free reserved MR tid
Michal Kalderon
2018-01-24
1
-11
/
+17
|
|
|
*
qed: Remove reserveration of dpi for kernel
Michal Kalderon
2018-01-24
1
-3
/
+0
|
|
|
/
|
|
*
Merge branch 'kcm-fix-two-syzcaller-issues'
David S. Miller
2018-01-24
1
-4
/
+21
|
|
|
\
|
|
|
*
kcm: Check if sk_user_data already set in kcm_attach
Tom Herbert
2018-01-24
1
-2
/
+14
|
|
|
*
kcm: Only allow TCP sockets to be attached to a KCM mux
Tom Herbert
2018-01-24
1
-2
/
+7
|
|
|
/
|
|
*
net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr
Wolfgang Bumiller
2018-01-24
1
-1
/
+1
|
|
*
net: sched: em_nbyte: don't add the data offset twice
Wolfgang Bumiller
2018-01-24
1
-1
/
+1
|
|
*
mlxsw: spectrum_router: Don't log an error on missing neighbor
Yuval Mintz
2018-01-24
1
-8
/
+2
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-01-24
5
-11
/
+22
|
|
|
\
|
|
|
*
xfrm: fix boolean assignment in xfrm_get_type_offload
Gustavo A. R. Silva
2018-01-23
1
-1
/
+1
|
|
|
*
xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
Yossi Kuperman
2018-01-23
2
-0
/
+2
|
|
|
*
xfrm: fix error flow in case of add state fails
Aviad Yehezkel
2018-01-19
1
-0
/
+1
|
|
|
*
xfrm: Add SA to hardware at the end of xfrm_state_construct()
Yossi Kuperman
2018-01-18
2
-10
/
+18
|
|
*
|
vmxnet3: repair memory leak
Neil Horman
2018-01-23
1
-1
/
+1
|
|
*
|
ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
Ben Hutchings
2018-01-23
3
-2
/
+3
|
|
*
|
pppoe: take ->needed_headroom of lower device into account on xmit
Guillaume Nault
2018-01-23
1
-5
/
+6
[next]