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
2014-12-09
Merge branch 'eth_skb_pad'
David S. Miller
13
-92
/
+67
2014-12-09
r8169: Use eth_skb_pad function
Alexander Duyck
1
-10
/
+2
2014-12-09
myri10ge: use eth_skb_pad helper
Alexander Duyck
1
-10
/
+5
2014-12-09
niu: Use eth_skb_pad helper
Alexander Duyck
1
-7
/
+2
2014-12-09
emulex: Use skb_put_padto instead of skb_padto() and skb->len assignment
Alexander Duyck
1
-2
/
+1
2014-12-09
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
7
-62
/
+22
2014-12-09
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2
-1
/
+35
2014-12-09
Merge branch 'mlx5-next'
David S. Miller
7
-14
/
+35
2014-12-09
mlx5: Fix error flow in add_keys
Eli Cohen
1
-0
/
+3
2014-12-09
mlx5: Fix sparse warnings
Eli Cohen
1
-1
/
+15
2014-12-09
net/mlx5_core: Add more supported devices
Eli Cohen
1
-1
/
+5
2014-12-09
net/mlx5_core: Clear outbox of dealloc uar
Majd Dibbiny
1
-0
/
+1
2014-12-09
net/mlx5_core: Print resource number on QP/SRQ async events
Eli Cohen
1
-2
/
+2
2014-12-09
net/mlx5_core: Remove unused dev cap enum fields
Eli Cohen
1
-8
/
+0
2014-12-09
net/mlx5_core: Fix command queue size enforcement
Eli Cohen
1
-1
/
+1
2014-12-09
net/mlx5_core: Fix min vectors value in mlx5_enable_msix
Eli Cohen
1
-1
/
+1
2014-12-09
net/mlx5_core: Request the mlx5 IB module on driver load
Eli Cohen
1
-0
/
+7
2014-12-09
Merge branch 'r8169-next'
David S. Miller
1
-11
/
+22
2014-12-09
r8169:disable rtl8168ep cmac engine
Chun-Hao Lin
1
-8
/
+22
2014-12-09
r8169:prevent enable hardware tx/rx too early
Chun-Hao Lin
1
-3
/
+0
2014-12-09
Merge branch 'tipc-next'
David S. Miller
5
-158
/
+157
2014-12-09
tipc: convert name table read-write lock to RCU
Ying Xue
4
-59
/
+69
2014-12-09
tipc: remove unnecessary INIT_LIST_HEAD
Ying Xue
2
-3
/
+0
2014-12-09
tipc: simplify relationship between name table lock and node lock
Ying Xue
1
-9
/
+10
2014-12-09
tipc: any name table member must be protected under name table lock
Ying Xue
1
-1
/
+2
2014-12-09
tipc: ensure all name sequences are properly protected with its lock
Ying Xue
1
-21
/
+27
2014-12-09
tipc: ensure all name sequences are released when name table is stopped
Ying Xue
1
-4
/
+3
2014-12-09
tipc: make name table allocated dynamically
Ying Xue
3
-65
/
+55
2014-12-09
tipc: remove size variable from publ_list struct
Ying Xue
1
-12
/
+7
2014-12-09
udp: Neaten and reduce size of compute_score functions
Joe Perches
2
-99
/
+125
2014-12-09
net: bcmgenet: enable driver to work without a device tree
Petri Gynther
4
-33
/
+143
2014-12-09
hyperv: Add support for vNIC hot removal
Haiyang Zhang
4
-0
/
+10
2014-12-09
test: bpf: expand DIV_KX to DIV_MOD_KX
Denis Kirjanov
1
-2
/
+8
2014-12-09
Merge branch 'tstamp-next'
David S. Miller
5
-25
/
+146
2014-12-09
net-timestamp: expand documentation and test
Willem de Bruijn
2
-20
/
+93
2014-12-09
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
4
-6
/
+52
2014-12-09
ipv4: warn once on passing AF_INET6 socket to ip_recv_error
Willem de Bruijn
1
-0
/
+2
2014-12-06
Merge branch 'ebpf-next'
David S. Miller
31
-5
/
+987
2014-12-06
samples: bpf: large eBPF program in C
Alexei Starovoitov
3
-0
/
+263
2014-12-06
samples: bpf: trivial eBPF program in C
Alexei Starovoitov
4
-1
/
+89
2014-12-06
samples: bpf: elf_bpf file loader
Alexei Starovoitov
3
-0
/
+267
2014-12-06
samples: bpf: example of stateful socket filtering
Alexei Starovoitov
4
-0
/
+144
2014-12-06
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
18
-2
/
+155
2014-12-06
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
Alexei Starovoitov
2
-2
/
+69
2014-12-06
tun/macvtap: use consume_skb() instead of kfree_skb() when needed
Jason Wang
2
-2
/
+8
2014-12-06
net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev...
Markus Elfring
1
-4
/
+2
2014-12-06
net-ipvlan: Deletion of an unnecessary check before the function call "free_p...
Markus Elfring
1
-2
/
+1
2014-12-06
net: cassini: Deletion of an unnecessary check before the function call "vfree"
Markus Elfring
1
-2
/
+1
2014-12-06
stmmac: pci: allocate memory resources dynamically
Andy Shevchenko
1
-24
/
+31
2014-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
28
-254
/
+372
[next]