aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev11-22/+1
2014-02-13be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam5-32/+127
2014-02-13be2net: Update copyright yearVasundhara Volam8-8/+8
2014-02-13be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur1-41/+41
2014-02-13Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller10-296/+206
2014-02-13socket: replace some printk with pr_*Yang Yingliang1-7/+6
2014-02-13sh_eth: use ETH_ZLEN instead of home-grown #defineSergei Shtylyov2-4/+3
2014-02-13Merge branch 'tipc'David S. Miller7-249/+283
2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue3-18/+4
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy4-17/+36
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue5-54/+30
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue2-13/+13
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue3-5/+11
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue3-10/+14
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy3-13/+15
2014-02-13tipc: explicitly include core.h in addr.hAndreas Bofjäll1-0/+2
2014-02-13bonding: remove the redundant judgements for bond_option_queue_id_set()dingtianhong1-2/+1
2014-02-13bonding: remove the redundant judgements for bond_set_mac_address()dingtianhong1-8/+0
2014-02-13net: allow setting mac address of loopback deviceWANG Cong1-0/+2
2014-02-13Merge branch 'i40e'David S. Miller10-109/+183
2014-02-13i40evf: refactor reset handlingMitch Williams3-39/+130
2014-02-13i40evf: change type of flags variableMitch Williams1-1/+1
2014-02-13i40evf: don't store unnecessary array of stringsMitch Williams2-4/+5
2014-02-13i40evf: fix bogus commentMitch Williams1-2/+1
2014-02-13i40evf: clean up adapter structMitch Williams1-28/+1
2014-02-13i40e: don't handle VF reset on unloadMitch Williams2-6/+7
2014-02-13i40e: enable extant VFsMitch Williams3-8/+21
2014-02-13i40e: reset VFs after PF resetMitch Williams1-0/+5
2014-02-13i40e: set VF state to active when reset is completeMitch Williams1-0/+1
2014-02-13i40e: remove dead codeMitch Williams1-9/+1
2014-02-13i40e: Setting i40e_down bit for tx_timeoutAkeem G Abodunrin1-0/+1
2014-02-13i40evf: clean up memsetsMitch Williams1-3/+2
2014-02-13i40evf: trivial fixesJesse Brandeburg2-6/+4
2014-02-13i40e: bump driver versionJesse Brandeburg1-1/+1
2014-02-13i40e: spelling errorJesse Brandeburg2-2/+2
2014-02-12ipx: implement shutdown()Sabrina Dubroca1-2/+26
2014-02-12Merge branch 'net_sched'David S. Miller19-372/+213
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong1-30/+23
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong2-7/+21
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong11-82/+29
2014-02-12net_sched: act: refactor cleanup opsWANG Cong11-64/+22
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong19-206/+135
2014-02-12Merge branch 'bnx2x'David S. Miller13-256/+555