aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Merge branch 'sctp_command_queue'David S. Miller3-77/+32
2014-07-08net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[].David Laight1-12/+14
2014-07-08net: sctp: Optimise the way 'sctp_arg_t' values are initialised.David Laight1-3/+5
2014-07-08net: sctp: Inline the functions from command.cDavid Laight3-73/+24
2014-07-08appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong1-1/+1
2014-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller256-4509/+11859
2014-07-08net: filter: move load_pointer() into filter.hZi Shen Lim2-12/+16
2014-07-08declance: Fix 64-bit compilation warningsMaciej W. Rozycki1-6/+6
2014-07-08Merge branch 'hsr-next'David S. Miller13-1057/+1285
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin1-2/+6
2014-07-08net/hsr: Better frame dispatchArvid Brodin11-586/+656
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup.Arvid Brodin1-3/+11
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2-8/+49
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin9-405/+438
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin6-164/+205
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin3-22/+30
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin5-27/+15
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin6-247/+283
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin8-305/+304
2014-07-08r8152: increase the tx timeouthayeswang1-1/+1
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-07Merge branch 'amd-xgbe-next'David S. Miller6-101/+145
2014-07-07amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-07amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-07amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6
2014-07-07amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas1-1/+1
2014-07-07amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas1-2/+2
2014-07-07net: arcnet: Remove "#define bool int"Rasmus Villemoes1-7/+3
2014-07-07enic: fix return values in enic_set_coalesceGovindarajulu Varadarajan2-17/+12
2014-07-07bonding: remove no longer relevant vlan warningsJiri Pirko1-7/+0
2014-07-07Merge branch 'at86rf230-next'David S. Miller4-554/+990
2014-07-07at86rf230: add new authorAlexander Aring1-0/+1
2014-07-07at86rf230: add sleep cycle timingAlexander Aring1-1/+6
2014-07-07at86rf230: add timing for channel switchAlexander Aring1-1/+7
2014-07-07at86rf230: rework reset to trx_off state changeAlexander Aring1-1/+15
2014-07-07at86rf230: rework state change and start/stopAlexander Aring1-59/+67
2014-07-07at86rf230: rework irq_pol settingAlexander Aring1-5/+2
2014-07-07at86rf230: move RX_SAFE_MODE setting to hw_initAlexander Aring1-5/+4
2014-07-07at86rf230: rework transmit and receive handlingAlexander Aring1-268/+571
2014-07-07at86rf230: add support for at86rf23x desenseAlexander Aring1-4/+18
2014-07-07at86rf230: remove is212 and add driver dataAlexander Aring1-23/+36
2014-07-07at86rf230: rework detect device handlingAlexander Aring1-107/+76
2014-07-07at86rf230: add regmap supportAlexander Aring2-105/+168
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring3-58/+102
2014-07-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller15-176/+731
2014-07-07Merge branch 'fec-next'David S. Miller2-59/+79
2014-07-07net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()Russell King1-6/+9
2014-07-07net: fec: ensure fec_enet_free_buffers() properly cleans the ringsRussell King1-1/+6
2014-07-07net: fec: clean up transmit descriptor setupRussell King1-15/+18
2014-07-07net: fec: make rx skb handling more robustRussell King1-6/+11