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.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-12-15
iucv: call skb_linearize() when needed
Eugene Crosser
1
-5
/
+15
2015-12-15
iucv: prevent information leak in iucv_message
Eugene Crosser
1
-1
/
+1
2015-12-15
ipv6: addrconf: drop ieee802154 specific things
Alexander Aring
1
-5
/
+3
2015-12-14
ravb: clear RIC1 in init instead of stop
Kazuya Mizuguchi
1
-2
/
+3
2015-12-14
net, cgroup: cgroup_sk_updat_lock was missing initializer
Tejun Heo
1
-1
/
+1
2015-12-14
drivers/net: fix eisa_driver probe section mismatch
Fabian Frederick
4
-4
/
+4
2015-12-14
hv_netvsc: Fix race condition on Multi-Send Data field
Haiyang Zhang
1
-0
/
+9
2015-12-14
geneve: UDP checksum configuration via netlink
Tom Herbert
2
-23
/
+73
2015-12-14
rco: Clean up casting errors
Tom Herbert
1
-1
/
+2
2015-12-14
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
15
-121
/
+148
2015-12-14
fm10k: initialize xps at driver load
Jacob Keller
2
-2
/
+19
2015-12-14
fm10k: cleanup overly long lines
Bruce Allan
6
-23
/
+33
2015-12-14
fm10k: cleanup namespace pollution
Bruce Allan
4
-20
/
+13
2015-12-14
fm10k: use BIT() macro instead of open-coded bit-shifting
Bruce Allan
2
-2
/
+2
2015-12-14
fm10k: whitespace cleanups
Bruce Allan
7
-9
/
+11
2015-12-14
fm10k: do not inline fm10k_iov_select_vid()
Bruce Allan
1
-1
/
+1
2015-12-14
fm10k: Cleanup exception handling for mailbox interrupt
Alexander Duyck
1
-2
/
+11
2015-12-14
fm10k: Cleanup MSI-X interrupts in case of failure
Alexander Duyck
1
-1
/
+3
2015-12-14
fm10k: conditionally compile DCB and DebugFS support
Jacob Keller
4
-13
/
+19
2015-12-14
fm10k: bump driver version
Jacob Keller
1
-1
/
+1
2015-12-14
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
4
-15
/
+15
2015-12-14
fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
Jacob Keller
2
-9
/
+0
2015-12-14
fm10k: remove unnecessary else block from if statements with return
Jacob Keller
1
-6
/
+6
2015-12-14
fm10k: do not use CamelCase
Jacob Keller
2
-13
/
+13
2015-12-14
fm10k: use ether_addr_copy to copy MAC address
Jacob Keller
1
-5
/
+2
2015-12-14
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
15
-195
/
+379
2015-12-13
e1000e: initial support for i219-LM (3)
Raanan Avargil
3
-11
/
+34
2015-12-13
igb: improve handling of disconnected adapters
Jarod Wilson
2
-5
/
+3
2015-12-13
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
10
-41
/
+156
2015-12-13
igb: fix NULL derefs due to skipped SR-IOV enabling
Jan Beulich
1
-0
/
+7
2015-12-13
e1000e: Increase timeout of polling bit RSPCIPHY
Raanan Avargil
1
-1
/
+1
2015-12-13
e1000e: fix division by zero on jumbo MTUs
Dmitry Fleytman
1
-2
/
+4
2015-12-13
e1000: Elementary checkpatch warnings and checks removed
Janusz Wolak
1
-90
/
+89
2015-12-13
e1000: get rid of duplicate exit path
Jean Sacren
1
-4
/
+3
2015-12-13
e1000: fix kernel-doc argument being missing
Jean Sacren
1
-0
/
+1
2015-12-13
e1000e: clean up the local variable
Jean Sacren
1
-4
/
+1
2015-12-13
e1000: fix a typo in the comment
Jean Sacren
1
-1
/
+1
2015-12-13
e1000: clean up the checking logic
Jean Sacren
1
-5
/
+5
2015-12-13
igb: use the correct i210 register for EEMNGCTL
Todd Fujinaka
4
-0
/
+30
2015-12-13
e1000: Remove checkpatch coding style errors
Janusz Wolak
2
-60
/
+72
2015-12-13
igb: don't unmap NULL hw_addr
Jarod Wilson
2
-4
/
+8
2015-12-13
e1000: fix data race between tx_ring->next_to_clean
Dmitriy Vyukov
2
-3
/
+9
2015-12-13
igb: add 88E1543 initialization code
Todd Fujinaka
4
-0
/
+103
2015-12-13
e1000: make eeprom read/write scheduler friendly
Joern Engel
1
-5
/
+8
2015-12-13
i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
Catherine Sullivan
2
-2
/
+2
2015-12-13
i40evf: change version string generation
Mitch Williams
1
-1
/
+9
2015-12-13
i40e: clean whole mac filter list
Shannon Nelson
1
-8
/
+11
2015-12-13
i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
Anjali Singhai Jain
3
-1
/
+5
2015-12-13
i40e: hush little warnings
Mitch Williams
1
-6
/
+12
2015-12-13
i40e: Opcode and structures required by OEM Post Update AQ command and add ne...
Michal Kosiarz
3
-0
/
+43
[next]