index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
net: phy: Broadcom Cygnus internal Etherent PHY driver
Arun Parameswaran
4
-0
/
+179
2015-10-08
net: phy: Add Broadcom phy library for common interfaces
Arun Parameswaran
8
-256
/
+332
2015-10-08
net: phy: Broadcom iProc MDIO bus driver
Arun Parameswaran
3
-0
/
+223
2015-10-08
dt-bindings: net: Broadcom iProc MDIO bus driver device tree binding
Arun Parameswaran
1
-0
/
+23
2015-10-08
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
12
-282
/
+448
2015-10-08
Merge branch 'pass_net_through_output_path'
David S. Miller
43
-155
/
+125
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
18
-53
/
+45
2015-10-08
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
18
-27
/
+25
2015-10-08
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
7
-11
/
+10
2015-10-08
ipvlan: Cache net in ipvlan_process_v4_outbound and ipvlan_process_v6_outbound
Eric W. Biederman
1
-2
/
+4
2015-10-08
ppp: Cache net in pptp_xmit
Eric W. Biederman
1
-2
/
+3
2015-10-08
ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit
Eric W. Biederman
1
-4
/
+6
2015-10-08
ipv4: Cache net in iptunnel_xmit
Eric W. Biederman
1
-2
/
+2
2015-10-08
ipv6: Merge ip6_local_out and ip6_local_out_sk
Eric W. Biederman
9
-16
/
+9
2015-10-08
ipv6: Merge __ip6_local_out and __ip6_local_out_sk
Eric W. Biederman
4
-11
/
+5
2015-10-08
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
11
-21
/
+17
2015-10-08
ipv4: Merge __ip_local_out and __ip_local_out_sk
Eric W. Biederman
4
-11
/
+5
2015-10-08
dst: Pass a sk into .local_out
Eric W. Biederman
11
-10
/
+12
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
19
-30
/
+28
2015-10-08
xfrm: Only compute net once in xfrm_policy_queue_process
Eric W. Biederman
1
-4
/
+3
2015-10-08
ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
26
-171
/
+207
2015-10-08
Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...
David S. Miller
3
-11
/
+23
2015-10-08
Bluetooth: 6lowpan: Remove unnecessary chan_get() function
Johan Hedberg
1
-15
/
+5
2015-10-08
Bluetooth: 6lowpan: Rename confusing 'pchan' variables
Johan Hedberg
1
-21
/
+21
2015-10-08
Bluetooth: 6lowpan: Remove unnecessary chan_open() function
Johan Hedberg
1
-12
/
+4
2015-10-08
Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment
Johan Hedberg
1
-2
/
+0
2015-10-08
Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignments
Johan Hedberg
1
-3
/
+0
2015-10-08
Bluetooth: 6lowpan: Fix imtu & omtu values
Johan Hedberg
1
-2
/
+1
2015-10-08
Bluetooth: Enforce packet types in hci_recv_frame driver function
Marcel Holtmann
1
-0
/
+7
2015-10-08
Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassembly
Marcel Holtmann
3
-109
/
+29
2015-10-08
Bluetooth: bpa10x: Add support for set_diag driver callback
Marcel Holtmann
1
-0
/
+20
2015-10-08
Bluetooth: bpa10x: Read revision information in setup stage
Marcel Holtmann
1
-0
/
+19
2015-10-08
Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFF
Marcel Holtmann
1
-7
/
+8
2015-10-08
Bluetooth: hci_bcm: Enable support for set_diag driver callback
Marcel Holtmann
1
-0
/
+24
2015-10-08
Bluetooth: Add debugfs entry for setting vendor diagnostic mode
Marcel Holtmann
3
-3
/
+62
2015-10-08
Bluetooth: hci_bcm: Enable parsing of LM_DIAG messages
Marcel Holtmann
1
-3
/
+14
2015-10-08
Bluetooth: Add support for vendor specific diagnostic channel
Marcel Holtmann
5
-0
/
+21
2015-10-08
Bluetooth: Send index information updates to monitor channel
Marcel Holtmann
2
-1
/
+31
2015-10-08
i40e/i40evf: remove unused opcode
Mitch Williams
2
-2
/
+0
2015-10-08
i40evf: propagate interrupt allocation failure
Mitch Williams
1
-1
/
+1
2015-10-08
i40e: Additional checks for CEE APP priority validity
Neerav Parikh
1
-15
/
+33
2015-10-08
i40e/i40evf: Add a stat to keep track of linearization count
Anjali Singhai Jain
7
-5
/
+14
2015-10-08
i40e/i40evf: fix unicast mac address add
Shannon Nelson
2
-48
/
+38
2015-10-08
i40e: fix bug in return from get_link_status and avoid spurious link messages
Jesse Brandeburg
4
-11
/
+29
2015-10-08
i40e: add little endian conversion for checksum
Jesse Brandeburg
1
-1
/
+3
2015-10-08
i40e/i40evf: give up the __func__
Shannon Nelson
4
-66
/
+47
2015-10-08
i40e: Never let speed get set to 0 in get_settings
Catherine Sullivan
1
-0
/
+7
2015-10-08
i40e: Fix for truncated interrupt name
Carolyn Wyborny
1
-1
/
+1
[prev]
[next]