aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-09tipc: convert legacy nl node dump to nl compatRichard Alpe4-60/+22
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe4-24/+19
2015-02-09tipc: convert legacy nl socket dump to nl compatRichard Alpe4-89/+111
2015-02-09tipc: convert legacy nl name table dump to nl compatRichard Alpe4-190/+101
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe4-41/+27
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe4-153/+48
2015-02-09tipc: convert legacy nl link dump to nl compatRichard Alpe4-79/+23
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe7-192/+215
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe5-57/+154
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe5-34/+278
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe13-76/+130
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller173-2183/+6463
2015-02-08net:rfs: adjust table size checkingEric Dumazet2-2/+3
2015-02-08cxgb4: Fix trace observed while dumping clip_tblHariprasad Shenai2-1/+4
2015-02-08rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell1-0/+1
2015-02-08Driver: Vmxnet3: Change the hex constant to its decimal equivalentShrikrishna Khare2-3/+3
2015-02-08net: rfs: add hash collision detectionEric Dumazet6-68/+47
2015-02-08net: fix a typo in skb_checksum_validate_zero_checkSabrina Dubroca1-1/+1
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2-12/+12
2015-02-08tipc: fix bug in socket reception functionJon Paul Maloy1-3/+2
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
2015-02-08Merge branch 'tcp_ack_loops'David S. Miller8-13/+133
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2-5/+28
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell3-7/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell3-1/+7
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell6-0/+74
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar1-0/+2
2015-02-07Merge branch 'cxgb4'David S. Miller7-0/+564
2015-02-07cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai4-0/+53
2015-02-07cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai3-0/+91
2015-02-07cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai5-0/+58
2015-02-07cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai5-0/+320
2015-02-07cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai2-0/+42
2015-02-07Merge branch 'be2net'David S. Miller5-453/+647
2015-02-07be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla2-18/+27
2015-02-07be2net: process port misconfig async eventVasundhara Volam4-30/+139
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2-97/+127
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla3-51/+36
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam3-23/+66
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2-2/+9
2015-02-07be2net: refactor code that checks flash file compatibilityVasundhara Volam2-68/+78
2015-02-07be2net: replace (1 << x) with BIT(x)Vasundhara Volam3-15/+15
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla3-166/+167
2015-02-07bridge: add missing bridge port check for offloadsRoopa Prabhu1-2/+2
2015-02-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller13-219/+584
2015-02-07Merge branch 'r8152'David S. Miller1-53/+46
2015-02-07r8152: use BIT macrohayeswang1-17/+17
2015-02-07r8152: replace get_protocol with vlan_get_protocolhayeswang1-14/+2
2015-02-07r8152: adjust the line feed for hw_featureshayeswang1-2/+1
2015-02-07r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang1-1/+1