index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-24
xen-netback: double free on unload
Dan Carpenter
1
-2
/
+2
2013-06-24
ip_tunnel: Protect tunnel functions with CONFIG_INET guard.
Jesse Gross
1
-0
/
+5
2013-06-24
openvswitch: Use correct config guard.
Pravin B Shelar
2
-2
/
+2
2013-06-24
bridge: fix a typo in comments
Cong Wang
1
-1
/
+1
2013-06-24
net: allow large number of tx queues
Eric Dumazet
1
-7
/
+19
2013-06-24
bnx2x: Fix 20G KR2 support claims
Yaniv Rosner
1
-0
/
+4
2013-06-24
bnx2x: improve VF timings
Ariel Elior
1
-3
/
+7
2013-06-24
bnx2x: VF ndo sanity
Ariel Elior
1
-0
/
+5
2013-06-24
bnx2x: Improve PF behaviour toward VF
Ariel Elior
7
-8
/
+63
2013-06-24
VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASH
Asias He
1
-3
/
+3
2013-06-24
VSOCK: Remove unnecessary label
Asias He
1
-2
/
+1
2013-06-24
VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skb
Asias He
1
-7
/
+8
2013-06-24
VSOCK: Introduce vsock_auto_bind helper
Asias He
1
-28
/
+21
2013-06-24
ipv6: remove a useless pr_info() in addrconf_gre_config()
Cong Wang
1
-2
/
+0
2013-06-24
qlcnic: Update version to 5.2.44
Jitendra Kalsaria
1
-2
/
+2
2013-06-24
qlcnic: Add support for 83xx suspend and resume.
Rajesh Borundia
10
-64
/
+225
2013-06-24
qlcnic: Add support for 'set driver version' in 83XX
Pratik Pujar
6
-16
/
+33
2013-06-24
qlcnic: Cleanup of structure qlcnic_hardware_context
Pratik Pujar
4
-5
/
+6
2013-06-24
qlcnic: Add support for PEX DMA method to read memory section of adapter dump
Shahed Shaikh
2
-7
/
+221
2013-06-24
qlcnic: Minimize sleep duration within loopback diagnostic test.
Jitendra Kalsaria
2
-19
/
+41
2013-06-24
qlcnic: Secondary unicast MAC address support.
Jitendra Kalsaria
6
-23
/
+83
2013-06-24
qlcnic: Handle qlcnic_alloc_mbx_args() failure
Shahed Shaikh
4
-64
/
+206
2013-06-20
ndisc: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2013-06-20
ipv6: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2013-06-20
inet: frag , remove an empty ifdef.
Rami Rosen
1
-2
/
+0
2013-06-20
htb: refactor struct htb_sched fields for performance
Eric Dumazet
1
-86
/
+95
2013-06-20
tcp: introduce a per-route knob for quick ack
Cong Wang
3
-3
/
+10
2013-06-20
sctp: Convert __list_for_each use to list_for_each
Dave Jones
1
-1
/
+1
2013-06-20
bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)
Yijing Wang
1
-1
/
+1
2013-06-20
amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)
Yijing Wang
1
-3
/
+3
2013-06-20
Bnx2x: remove redundant D0 power state set
Yijing Wang
1
-3
/
+1
2013-06-20
net: Add missing dependencies on NETDEVICES
Ben Hutchings
3
-7
/
+5
2013-06-20
at91_ether: Do not select NET_CORE
Ben Hutchings
1
-1
/
+0
2013-06-20
net: Move MII out from under NET_CORE and hide it
Ben Hutchings
33
-61
/
+3
2013-06-20
tcp:typo unset should be unsent
Weiping Pan
1
-1
/
+1
2013-06-20
bonding: trivial: make alb use bond_slave_has_mac()
Veaceslav Falico
1
-42
/
+11
2013-06-20
be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()
Sathya Perla
1
-27
/
+4
2013-06-20
sit: fix an oops when IFLA_IPTUN_PROTO is not set
Nicolas Dichtel
1
-1
/
+1
2013-06-20
net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUF
Daniel Borkmann
1
-6
/
+9
2013-06-20
neigh: disallow un-init_net to change thresh of neigh
Gao feng
1
-0
/
+6
2013-06-20
neigh: only allow init_net to change the default neigh_parms
Gao feng
1
-1
/
+1
2013-06-20
neigh: no need to call lookup_neigh_parms in neigh_parms_alloc
Gao feng
1
-6
/
+2
2013-06-20
bnx2x: replace mechanism to check for next available packet
Dmitry Kravkov
4
-37
/
+42
2013-06-20
bnx2x: add support for ndo_ll_poll
Dmitry Kravkov
4
-11
/
+208
2013-06-20
net/mlx4_en: Low Latency recv statistics
Amir Vadai
3
-1
/
+29
2013-06-20
net/mlx4_en: Add Low Latency Socket (LLS) support
Amir Vadai
4
-4
/
+178
2013-06-20
openvswitch: Add gre tunnel support.
Pravin B Shelar
8
-2
/
+323
2013-06-20
openvswitch: Optimize flow key match for non tunnel flows.
Pravin B Shelar
3
-20
/
+42
2013-06-20
openvswitch: Expand action buffer size.
Pravin B Shelar
1
-1
/
+1
2013-06-20
openvswitch: Add tunneling interface.
Pravin B Shelar
10
-7
/
+251
[next]