summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf2-2/+2
2015-04-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller23-657/+1481
2015-04-09tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-09Merge branch 'xgbe-next'David S. Miller5-45/+53
2015-04-09amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2-0/+12
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas3-17/+20
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas4-28/+21
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski1-10/+10
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-180/+973
2015-04-09Merge tag 'wireless-drivers-next-for-davem-2015-04-09' of git://git.kernel.or...David S. Miller55-344/+784
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+5
2015-04-09Merge branch 'dma_rmb_wmb'David S. Miller10-31/+31
2015-04-09e100: Use dma_rmb/wmb where appropriateAlexander Duyck1-3/+3
2015-04-09i40e/i40evf: Use dma_rmb where appropriateAlexander Duyck2-4/+4
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck4-10/+10
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck3-14/+14
2015-04-09mac802154: fix transmission power datatypeVarka Bhadram2-2/+2
2015-04-09Bluetooth: btusb: Use proper data structures for Intel vendor eventsMarcel Holtmann2-26/+68
2015-04-09mac802154: fix typo for deviceVarka Bhadram1-1/+1
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann2-2/+118
2015-04-08vxlan: do not exit on error in vxlan_stop()WANG Cong1-4/+1
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-08Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller26-55/+1207
2015-04-08sfc: Revert SRIOV changes.David S. Miller16-454/+207
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller5-3/+17
2015-04-08Merge branch 'selinux-nlmsg'David S. Miller1-0/+7
2015-04-08selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel1-0/+2
2015-04-08selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel1-0/+1
2015-04-08selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel1-0/+1
2015-04-08selinux/nlmsg: add RTM_GETNSIDNicolas Dichtel1-0/+1
2015-04-08selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSIDNicolas Dichtel1-0/+2
2015-04-08stmmac: Add an optional register interface clockAndrew Bresticker3-3/+20
2015-04-08vxlan: fix a shadow local variableWANG Cong1-1/+0
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso691-7276/+13324
2015-04-08Merge branch 'hv_netvsc_linearize'David S. Miller1-13/+26
2015-04-08hv_netvsc: try linearizing big SKBs before dropping themVitaly Kuznetsov1-5/+20
2015-04-08hv_netvsc: use single existing drop path in netvsc_start_xmitVitaly Kuznetsov1-8/+6
2015-04-08Merge branch 'sfc-next'David S. Miller16-207/+454
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah9-1/+87
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah15-207/+368
2015-04-08Merge branch 'dma_rmb_wmb'David S. Miller6-29/+29
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2-7/+7
2015-04-08s2io: Update driver to use dma_wmbAlexander Duyck1-4/+4
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck3-18/+18
2015-04-08bonding: Remove unnecessary initializationMahesh Bandewar1-9/+0
2015-04-08bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar1-16/+13
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa1-1/+1
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy3-0/+43
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy8-6/+315