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
2011-05-13
qlcnic: Take FW dump via ethtool
Anirban Chakraborty
1
-0
/
+81
2011-05-13
qlcnic: FW dump support
Anirban Chakraborty
6
-9
/
+774
2011-05-13
be2net: fix mbox polling for signal reception
Sathya Perla
1
-2
/
+1
2011-05-13
be2net: handle signal reception while waiting for POST
Sathya Perla
1
-5
/
+7
2011-05-13
ethtool: Added support for FW dump
Anirban Chakraborty
2
-0
/
+121
2011-05-13
netdevice.h: Align struct net_device members
Joe Perches
1
-4
/
+4
2011-05-13
ipv4: Fix 'iph' use before set.
David S. Miller
1
-1
/
+1
2011-05-13
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
19
-191
/
+283
2011-05-13
ipv4: Elide use of rt->rt_dst in ip_forward()
David S. Miller
1
-1
/
+1
2011-05-13
ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr().
David S. Miller
1
-1
/
+1
2011-05-13
ipv4: Kill spurious opt->srr check in ip_options_rcv_srr().
David S. Miller
1
-1
/
+1
2011-05-13
bonding: convert to ndo_fix_features
Michał Mirosław
1
-91
/
+66
2011-05-13
net: introduce netdev_change_features()
Michał Mirosław
2
-0
/
+26
2011-05-13
CDC NCM: Add mising short packet in cdc_ncm driver
Alexey Orishko
1
-5
/
+8
2011-05-13
ipvs: Remove all remaining references to rt->rt_{src,dst}
Julian Anastasov
3
-51
/
+54
2011-05-13
ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().
David S. Miller
1
-3
/
+4
2011-05-13
ipvs: Use IP_VS_RT_MODE_* instead of magic constants.
David S. Miller
1
-9
/
+15
2011-05-13
tg3: Allow ethtool to enable/disable loopback.
Mahesh Bandewar
1
-2
/
+67
2011-05-13
net/irda/ircomm_tty.c: Use flip buffers to deliver data
Amit Virdi
1
-9
/
+5
2011-05-13
net: group FCoE related feature flags
Yi Zou
1
-1
/
+5
2011-05-13
net: Fix vlan_features propagation
Michał Mirosław
1
-2
/
+4
2011-05-13
ethtool: bring back missing comma in netdev features strings
Franco Fichtner
1
-1
/
+1
2011-05-13
garp: remove last synchronize_rcu() call
Eric Dumazet
2
-2
/
+13
2011-05-13
vmxnet3: Use single tx queue when CONFIG_PCI_MSI not defined
Shreyas Bhatewara
2
-2
/
+5
2011-05-13
sctp: sctp_sendmsg: Don't test known non-null sinfo
Joe Perches
1
-6
/
+4
2011-05-13
sctp: sctp_sendmsg: Don't initialize default_sinfo
Joe Perches
1
-1
/
+2
2011-05-13
l2tp: fix potential rcu race
Eric Dumazet
1
-6
/
+4
2011-05-12
be2net: Fix to prevent flooding of TX queue
Padmanabh Ratnakar
1
-8
/
+12
2011-05-12
be2net: Use NTWK_RX_FILTER command for promiscous mode
Padmanabh Ratnakar
3
-26
/
+48
2011-05-12
be2net: In case of UE, do not dump registers for Lancer
Padmanabh Ratnakar
1
-1
/
+2
2011-05-12
be2net: Disable coalesce water mark mode of CQ for Lancer
Padmanabh Ratnakar
1
-2
/
+0
2011-05-12
be2net: Handle error completion in Lancer
Padmanabh Ratnakar
1
-1
/
+4
2011-05-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
37
-217
/
+401
2011-05-11
Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...
David S. Miller
15
-310
/
+321
2011-05-11
Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6
David S. Miller
14
-161
/
+279
2011-05-11
slcan: fix ldisc->open retval
Oliver Hartkopp
1
-1
/
+3
2011-05-11
net/usb: mark LG VL600 LTE modem ethernet interface as WWAN
Dan Williams
1
-1
/
+1
2011-05-11
xfrm: Don't allow esn with disabled anti replay detection
Steffen Klassert
1
-0
/
+3
2011-05-11
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
6
-6
/
+27
2011-05-11
net: dev_close() should check IFF_UP
Eric Dumazet
1
-4
/
+6
2011-05-11
vlan: fix GVRP at dismantle time
Eric Dumazet
2
-3
/
+3
2011-05-11
net: fix two lockdep splats
Eric Dumazet
1
-2
/
+2
2011-05-11
ipv4: xfrm: Eliminate ->rt_src reference in policy code.
David S. Miller
1
-13
/
+21
2011-05-11
infiniband: Remove rt->rt_src usage in addr4_resolve()
David S. Miller
1
-2
/
+7
2011-05-11
sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()
David S. Miller
1
-1
/
+1
2011-05-11
ipv4: udp: Eliminate remaining uses of rt->rt_src
David S. Miller
1
-7
/
+6
2011-05-11
ipv4: icmp: Eliminate remaining uses of rt->rt_src
David S. Miller
1
-3
/
+3
2011-05-11
ipv4: Pass explicit daddr arg to ip_send_reply().
David S. Miller
3
-8
/
+7
2011-05-11
tipc: Revise timings used when sending link request messages
Allan Stephens
1
-30
/
+36
2011-05-11
tipc: Add monitoring of number of nodes discovered by bearer
Allan Stephens
3
-8
/
+31
[prev]
[next]