index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ncpfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-09
tipc: nl compat add noop and remove legacy nl framework
Richard Alpe
12
-301
/
+13
2015-02-09
tipc: convert legacy nl stats show to nl compat
Richard Alpe
2
-35
/
+15
2015-02-09
tipc: convert legacy nl net id get to nl compat
Richard Alpe
2
-23
/
+18
2015-02-09
tipc: convert legacy nl net id set to nl compat
Richard Alpe
2
-26
/
+14
2015-02-09
tipc: convert legacy nl node addr set to nl compat
Richard Alpe
3
-27
/
+27
2015-02-09
tipc: convert legacy nl node dump to nl compat
Richard Alpe
4
-60
/
+22
2015-02-09
tipc: convert legacy nl media dump to nl compat
Richard Alpe
4
-24
/
+19
2015-02-09
tipc: convert legacy nl socket dump to nl compat
Richard Alpe
4
-89
/
+111
2015-02-09
tipc: convert legacy nl name table dump to nl compat
Richard Alpe
4
-190
/
+101
2015-02-09
tipc: convert legacy nl link stat reset to nl compat
Richard Alpe
4
-41
/
+27
2015-02-09
tipc: convert legacy nl link prop set to nl compat
Richard Alpe
4
-153
/
+48
2015-02-09
tipc: convert legacy nl link dump to nl compat
Richard Alpe
4
-79
/
+23
2015-02-09
tipc: convert legacy nl link stat to nl compat
Richard Alpe
7
-192
/
+215
2015-02-09
tipc: convert legacy nl bearer enable/disable to nl compat
Richard Alpe
5
-57
/
+154
2015-02-09
tipc: convert legacy nl bearer dump to nl compat
Richard Alpe
5
-34
/
+278
2015-02-09
tipc: move and rename the legacy nl api to "nl compat"
Richard Alpe
13
-76
/
+130
2015-02-09
net:rfs: adjust table size checking
Eric Dumazet
2
-2
/
+3
2015-02-09
cxgb4: Fix trace observed while dumping clip_tbl
Hariprasad Shenai
2
-1
/
+4
2015-02-09
rhashtable: using ERR_PTR requires linux/err.h
Stephen Rothwell
1
-0
/
+1
2015-02-09
Driver: Vmxnet3: Change the hex constant to its decimal equivalent
Shrikrishna Khare
2
-3
/
+3
2015-02-09
net: rfs: add hash collision detection
Eric Dumazet
6
-68
/
+47
2015-02-09
net: fix a typo in skb_checksum_validate_zero_check
Sabrina Dubroca
1
-1
/
+1
2015-02-09
gre/ipip: use be16 variants of netlink functions
Sabrina Dubroca
2
-12
/
+12
2015-02-08
tipc: fix bug in socket reception function
Jon Paul Maloy
1
-3
/
+2
2015-02-08
rt6_probe_deferred: Do not depend on struct ordering
Michael Büsch
1
-1
/
+1
2015-02-08
tcp: mitigate ACK loops for connections as tcp_timewait_sock
Neal Cardwell
2
-5
/
+28
2015-02-08
tcp: mitigate ACK loops for connections as tcp_sock
Neal Cardwell
3
-7
/
+24
2015-02-08
tcp: mitigate ACK loops for connections as tcp_request_sock
Neal Cardwell
3
-1
/
+7
2015-02-08
tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks
Neal Cardwell
6
-0
/
+74
2015-02-08
openvswitch: Initialize unmasked key and uid len
Pravin B Shelar
1
-0
/
+2
2015-02-08
cxgb4: Add support in debugfs to dump the congestion control table
Hariprasad Shenai
4
-0
/
+53
2015-02-08
cxgb4: Add support to dump mailbox content in debugfs
Hariprasad Shenai
3
-0
/
+91
2015-02-08
cxgb4: Add support for ULP RX logic analyzer output in debugfs
Hariprasad Shenai
5
-0
/
+58
2015-02-08
cxgb4: Added support in debugfs to display TP logic analyzer output
Hariprasad Shenai
5
-0
/
+320
2015-02-08
cxgb4: Add support in debugfs to display sensor information
Hariprasad Shenai
2
-0
/
+42
2015-02-08
be2net: avoid unncessary swapping of fields in eth_tx_wrb
Sathya Perla
2
-18
/
+27
2015-02-08
be2net: process port misconfig async event
Vasundhara Volam
4
-30
/
+139
2015-02-08
be2net: refactor be_set_rx_mode() and be_vid_config() for readability
Sathya Perla
2
-97
/
+127
2015-02-08
be2net: remove duplicate code in be_cmd_rx_filter()
Sathya Perla
3
-51
/
+36
2015-02-08
be2net: use offset based FW flashing for Skyhawk chip
Vasundhara Volam
3
-23
/
+66
2015-02-08
be2net: avoid flashing SH-B0 UFI image on SH-P2 chip
Vasundhara Volam
2
-2
/
+9
2015-02-08
be2net: refactor code that checks flash file compatibility
Vasundhara Volam
2
-68
/
+78
2015-02-08
be2net: replace (1 << x) with BIT(x)
Vasundhara Volam
3
-15
/
+15
2015-02-08
be2net: move un-exported routines from be.h to respective src files
Sathya Perla
3
-166
/
+167
2015-02-08
bridge: add missing bridge port check for offloads
Roopa Prabhu
1
-2
/
+2
2015-02-08
r8152: use BIT macro
hayeswang
1
-17
/
+17
2015-02-08
r8152: replace get_protocol with vlan_get_protocol
hayeswang
1
-14
/
+2
2015-02-08
r8152: adjust the line feed for hw_features
hayeswang
1
-2
/
+1
2015-02-08
r8152: check RTL8152_UNPLUG for rtl8152_close
hayeswang
1
-1
/
+1
2015-02-08
r8152: check linking status with netif_carrier_ok
hayeswang
1
-14
/
+9
[next]