index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
cmdline-parser.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-13
atm: lanai: Remove unused function
Rickard Strandqvist
1
-9
/
+0
2015-01-13
tipc: correctly handle releasing a not fully initialized sock
Sasha Levin
1
-2
/
+5
2015-01-13
sunvnet: fix rx packet length check to allow for TSO
David L Stevens
1
-1
/
+6
2015-01-13
mISDN: avoid arch specific __builtin_return_address call
Arnd Bergmann
2
-6
/
+12
2015-01-13
infiniband: mlx5: avoid a compile-time warning
Arnd Bergmann
1
-1
/
+1
2015-01-13
mlx5: avoid build warnings on 32-bit
Arnd Bergmann
1
-3
/
+3
2015-01-13
rocker: fix harmless warning on 32-bit machines
Arnd Bergmann
1
-2
/
+2
2015-01-13
cxgb4: Ripping out old hard-wired initialization code in driver
Hariprasad Shenai
2
-520
/
+58
2015-01-13
tipc: remove redundant timer defined in tipc_sock struct
Ying Xue
1
-9
/
+7
2015-01-13
net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdio
Shaohui Xie
1
-7
/
+7
2015-01-13
net/fsl: fix a bug in xgmac_mdio
Shaohui Xie
1
-1
/
+1
2015-01-13
bridge: fix uninitialized variable warning
Roopa Prabhu
1
-7
/
+9
2015-01-13
ipv6: directly include libc-compat.h in ipv6.h
Willem de Bruijn
1
-0
/
+1
2015-01-13
i40e: limit sriov to partition 1 of NPAR configurations
Shannon Nelson
1
-1
/
+1
2015-01-13
i40e: Don't exit link event early if link speed has changed
Catherine Sullivan
1
-0
/
+4
2015-01-13
i40e: limit WoL and link settings to partition 1
Shannon Nelson
1
-1
/
+42
2015-01-13
i40e: Adding function for reading PBA String
Kamil Krawczyk
3
-0
/
+63
2015-01-13
i40e/i40evf: find partition_id in npar mode
Shannon Nelson
4
-2
/
+81
2015-01-13
i40e: remove VN2VN related mac filters
Vasu Dev
1
-2
/
+0
2015-01-13
i40e: Add warning for NPAR partitions with link speed less than 10Gbps
Greg Rose
1
-0
/
+9
2015-01-13
i40evf: kick a stalled admin queue
Mitch A Williams
2
-1
/
+9
2015-01-13
i40evf: enable interrupt 0 appropriately
Mitch A Williams
1
-8
/
+4
2015-01-13
i40evf: don't fire traffic IRQs when the interface is down
Mitch A Williams
1
-4
/
+7
2015-01-13
i40evf: remove leftover VLAN filters
Mitch A Williams
1
-0
/
+4
2015-01-13
i40evf: refactor shutdown code
Mitch A Williams
1
-6
/
+23
2015-01-13
openvswitch: Remove unnecessary version.h inclusion
Syam Sidhardhan
1
-2
/
+0
2015-01-13
i40evf: Remove some scary log messages
Mitch A Williams
2
-9
/
+1
2015-01-13
i40evf: remove redundant code
Mitch A Williams
1
-27
/
+0
2015-01-13
i40e: disable IOV before freeing resources
Mitch A Williams
1
-2
/
+9
2015-01-13
tcp: avoid reducing cwnd when ACK+DSACK is received
Sébastien Barré
1
-19
/
+19
2015-01-13
rhashtable: add a note for grow and shrink decision functions
Ying Xue
1
-0
/
+4
2015-01-13
netlink: eliminate nl_sk_hash_lock
Ying Xue
3
-19
/
+25
2015-01-13
rhashtable: involve rhashtable_lookup_compare_insert routine
Ying Xue
2
-2
/
+45
2015-01-12
tuntap: Increase the number of queues in tun.
Pankaj Gupta
1
-4
/
+3
2015-01-12
net: allow large number of rx queues
Pankaj Gupta
1
-5
/
+8
2015-01-12
team: Remove dead code
Kenneth Williams
1
-7
/
+0
2015-01-12
net: bnx2x: avoid macro redefinition
David Decotigny
1
-4
/
+0
2015-01-12
net: sched: sch_teql: Remove unused function
Rickard Strandqvist
1
-7
/
+0
2015-01-12
net: xfrm: xfrm_algo: Remove unused function
Rickard Strandqvist
1
-5
/
+0
2015-01-12
bridge: new function to pack vlans into ranges during gets
Roopa Prabhu
1
-21
/
+124
2015-01-12
rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSED
Roopa Prabhu
1
-0
/
+1
2015-01-12
bridge: support for multiple vlans and vlan ranges in setlink and dellink req...
Roopa Prabhu
2
-36
/
+70
2015-01-12
drivers: net: xen-netfront: remove residual dead code
Vincenzo Maffione
1
-4
/
+0
2015-01-12
Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernate
Shrikrishna Khare
2
-21
/
+27
2015-01-12
bonding: cleanup bond_opts array
Jonathan Toppins
1
-3
/
+2
2015-01-12
tipc: make netlink support net namespace
Ying Xue
1
-2
/
+5
2015-01-12
tipc: make tipc random value aware of net namespace
Ying Xue
4
-12
/
+4
2015-01-12
tipc: make subscriber server support net namespace
Ying Xue
8
-65
/
+86
2015-01-12
tipc: make tipc node address support net namespace
Ying Xue
17
-194
/
+246
2015-01-12
tipc: name tipc name table support net namespace
Ying Xue
15
-116
/
+154
[next]