aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-25batman-adv: beautify supported routing algorithm listMarek Lindner1-1/+1
2015-08-25batman-adv: Fix conditional statements indentationSven Eckelmann1-1/+1
2015-08-25batman-adv: Add lockdep_asserts for documented external locksSven Eckelmann3-0/+11
2015-08-25batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann4-5/+25
2015-08-25batman-adv: convert bat_priv->tt.req_list to hlistMarek Lindner3-16/+19
2015-08-25batman-adv: Fix gw_bandwidth calculation on 32 bit systemsSven Eckelmann1-7/+42
2015-08-25batman-adv: Return EINVAL on invalid gw_bandwidth changeSven Eckelmann1-2/+2
2015-08-25batman-adv: prevent potential hlist double deletionMarek Lindner1-1/+1
2015-08-25batman-adv: convert orig_node->vlan_list to hlistMarek Lindner3-9/+10
2015-08-25batman-adv: Remove batadv_ types forward declarationsSven Eckelmann11-27/+0
2015-08-25batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_newMarek Lindner1-4/+9
2015-08-25batman-adv: update kernel doc of batadv_tt_global_del_orig_entry()Marek Lindner1-6/+12
2015-08-25batman-adv: Remove multiple assignment per lineSven Eckelmann7-17/+39
2015-08-25batman-adv: Fix kerneldoc over 80 column linesSven Eckelmann2-4/+4
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann30-585/+563
2015-08-24Merge branch 'fjes'David S. Miller9-0/+3237
2015-08-24fjes: ethtool supportTaku Izumi4-1/+141
2015-08-24fjes: handle receive cancellation request interruptTaku Izumi1-0/+78
2015-08-24fjes: epstop_taskTaku Izumi3-0/+33
2015-08-24fjes: update_zone_taskTaku Izumi3-0/+194
2015-08-24fjes: unshare_watch_taskTaku Izumi2-0/+129
2015-08-24fjes: force_close_taskTaku Izumi2-0/+14
2015-08-24fjes: interrupt_watch_taskTaku Izumi2-1/+44
2015-08-24fjes: net_device_ops.ndo_vlan_rx_add/kill_vidTaku Izumi3-0/+69
2015-08-24fjes: net_device_ops.ndo_tx_timeoutTaku Izumi1-0/+9
2015-08-24fjes: net_device_ops.ndo_change_mtuTaku Izumi1-0/+29
2015-08-24fjes: net_device_ops.ndo_get_stats64Taku Izumi1-0/+13
2015-08-24fjes: NAPI polling functionTaku Izumi3-2/+214
2015-08-24fjes: tx_stall_taskTaku Izumi2-0/+63
2015-08-24fjes: raise_intr_rxdata_taskTaku Izumi2-0/+67
2015-08-24fjes: net_device_ops.ndo_start_xmitTaku Izumi4-0/+245
2015-08-24fjes: net_device_ops.ndo_open and .ndo_stopTaku Izumi5-0/+439
2015-08-24fjes: buffer address regist/unregistration routineTaku Izumi2-1/+194
2015-08-24fjes: ES information acquisition routineTaku Izumi3-0/+148
2015-08-24fjes: platform_driver's .probe and .remove routineTaku Izumi2-0/+119
2015-08-24fjes: Hardware cleanup routineTaku Izumi2-0/+67
2015-08-24fjes: Hardware initialization routineTaku Izumi5-1/+650
2015-08-24fjes: Introduce FUJITSU Extended Socket Network Device driverTaku Izumi5-0/+284
2015-08-243c59x: Add BQL support for 3c59x ethernet driver.Loganaden Velvindron1-3/+20
2015-08-24Merge branch 'ila-precompute'David S. Miller7-10/+40
2015-08-24ila: Precompute checksum difference for translationsTom Herbert1-0/+18
2015-08-24lwt: Add cfg argument to build_stateTom Herbert7-10/+22
2015-08-23net: phy: add interrupt support for aquantia phyShaohui Xie1-0/+49
2015-08-23Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller29-61/+2180
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc1-2/+5
2015-08-23Merge tag 'linux-can-next-for-4.3-20150820' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-5/+5
2015-08-23Merge branch 'tipc-failover-fixes'David S. Miller2-8/+24
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy2-3/+12
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy2-4/+9
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3