summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: axienet: Use devm_* callsSrikanth Thokala2015-05-061-27/+27
* net: axienet: Use pdev instead of opSrikanth Thokala2015-05-061-23/+24
* net: axienet: Fix comments blocksMichal Simek2015-05-063-59/+71
* net: axienet: Removed coding style errors and warningsSrikanth Thokala2015-05-062-20/+21
* net: axienet: Support phy-less mode of operationSrikanth Thokala2015-05-061-5/+5
* net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala2015-05-062-28/+27
* net: axienet: Service completion interrupts ASAPPeter Crosthwaite2015-05-061-2/+4
* net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite2015-05-061-3/+4
* net: axienet: Support for RGMIISrikanth Thokala2015-05-061-1/+8
* Merge branch 'cxgb4-next'David S. Miller2015-05-068-96/+262
|\
| * cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2015-05-062-2/+16
| * cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai2015-05-063-79/+156
| * cxgb4: Add device node to ULD infoHariprasad Shenai2015-05-063-1/+3
| * cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai2015-05-063-0/+45
| * cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai2015-05-065-13/+28
| * cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2015-05-062-1/+14
|/
* rhashtable-test: Fix 64bit divisionThomas Graf2015-05-061-1/+2
* rhashtable: Simplify iterator codeThomas Graf2015-05-061-6/+2
* Merge branch 'ipvlan-mcast'David S. Miller2015-05-063-66/+102
|\
| * ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar2015-05-061-14/+6
| * ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-063-52/+96
|/
* Merge branch 'eth_proto_is_802_3'David S. Miller2015-05-068-8/+26
|\
| * vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-061-1/+1
| * openvswitch: Use eth_proto_is_802_3Alexander Duyck2015-05-063-4/+4
| * ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck2015-05-061-1/+1
| * ebtables: Use eth_proto_is_802_3Alexander Duyck2015-05-061-1/+1
| * etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2015-05-062-1/+19
|/
* bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler2015-05-062-2/+21
* tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-057-1/+70
* net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-052-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-05-0410-95/+123
|\
| * ixgbe: Use a signed type to hold error codesMark Rustad2015-05-044-11/+11
| * ixgbe: Release semaphore bits in the right orderMark Rustad2015-05-041-4/+4
| * ixgbe: Fix IOSF SB access issuesMark Rustad2015-05-041-37/+65
| * e1000e: fix call to do_div() to use u64 argJeff Kirsher2015-05-041-6/+7
| * e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck2015-05-041-0/+14
| * e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck2015-05-043-16/+14
| * e100: don't initialize int object to zeroJean Sacren2015-05-041-1/+1
| * igb: simplify and clean up igb_enable_mas()Todd Fujinaka2015-05-041-20/+7
* | Merge branch 'tipc-topology-cleanup'David S. Miller2015-05-045-165/+137
|\ \
| * | tipc: deal with return value of tipc_conn_new callbackYing Xue2015-05-041-0/+4
| * | tipc: adjust locking policy of subscriptionYing Xue2015-05-041-2/+4
| * | tipc: involve reference counter for subscriberYing Xue2015-05-041-68/+52
| * | tipc: introduce tipc_subscrb_create routineYing Xue2015-05-041-13/+17
| * | tipc: rename functions defined in subscr.cYing Xue2015-05-044-97/+75
|/ /
* | Merge branch 'igmp_mld_export'David S. Miller2015-05-048-208/+498
|\ \
| * | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-048-188/+498
| * | bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing2015-05-041-24/+4
|/ /
* / tc: remove unused redirect ttlJamal Hadi Salim2015-05-042-9/+2
|/
* Merge branch 'via-rhine-rework'David S. Miller2015-05-041-87/+162
|\