summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan2013-08-032-7/+12
* Merge branch 'bond_neigh_parms'David S. Miller2013-08-032-5/+13
|\
| * bonding: modify only neigh_parms owned by usVeaceslav Falico2013-08-031-1/+7
| * neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-08-031-4/+6
|/
* net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann2013-08-031-2/+2
* fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-035-10/+43
* icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytesWerner Almesberger2013-08-031-1/+6
* icmpv6_filter: fix "_hdr" incorrectly being a pointerWerner Almesberger2013-08-031-1/+1
* af_packet: simplify VLAN frame check in packet_sndPhil Sutter2013-08-021-11/+4
* af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter2013-08-021-11/+14
* af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter2013-08-021-2/+11
* sctp: Don't lookup dst if transport dst is still validfan.du2013-08-023-2/+3
* Merge branch 'eth_alen'David S. Miller2013-08-0228-79/+99
|\
| * ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches2013-08-0211-26/+29
| * include: Convert ethernet mac address declarations to use ETH_ALENJoe Perches2013-08-0211-45/+58
| * uapi: Convert some uses of 6 to ETH_ALENJoe Perches2013-08-026-8/+12
|/
* Merge branch 'qlcnic'David S. Miller2013-08-028-309/+651
|\
| * qlcnic: Update version to 5.2.45Himanshu Madhani2013-08-021-2/+2
| * qlcnic: Enable mailbox interface in poll mode when interrupts are not availableManish Chopra2013-08-021-7/+11
| * qlcnic: Replace poll mode mailbox interface with interrupt based mailbox inte...Manish Chopra2013-08-026-264/+232
| * qlcnic: Interrupt based driver firmware mailbox mechanismManish Chopra2013-08-025-21/+388
| * qlcnic: Enhance diagnostic loopback error codes.Jitendra Kalsaria2013-08-024-19/+22
|/
* Merge branch 'bond_rcu'David S. Miller2013-08-026-383/+310
|\
| * bonding: initial RCU conversionnikolay@redhat.com2013-08-025-29/+32
| * bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov2013-08-022-67/+61
| * bonding: simplify broadcast_xmit functionNikolay Aleksandrov2013-08-021-36/+16
| * bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com2013-08-021-25/+8
| * bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-026-236/+203
|/
* ipv6: bump genid when delete/add addressfan.du2013-08-021-0/+1
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-08-021-49/+32
|\
| * can: flexcan: Check the return value from clk_prepare_enable()Fabio Estevam2013-08-011-8/+20
| * can: flexcan: Use devm_ioremap_resource()Fabio Estevam2013-08-011-41/+12
* | bnx2x: Revising locking scheme for MAC configurationYuval Mintz2013-08-027-60/+340
* | bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov2013-08-021-2/+2
* | tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2013-08-015-4/+266
* | tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2013-08-012-2/+0
* | tile: make "tile_net.custom" a proper bool module parameterChris Metcalf2013-08-011-5/+5
* | tile: support TSO for IPv6 in tilegx network driverChris Metcalf2013-08-011-15/+29
* | tile: support multiple mPIPE shims in tilegx network driverChris Metcalf2013-08-016-212/+417
* | tile: enable GRO in the tilegx network driverChris Metcalf2013-08-011-1/+1
* | tile: fix panic bug in napi support for tilegx network driverChris Metcalf2013-08-011-32/+33
* | tile: update dev->stats directly in tilegx network driverChris Metcalf2013-08-011-21/+8
* | tile: support jumbo frames in the tilegx network driverChris Metcalf2013-08-015-166/+351
* | tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf2013-08-011-76/+0
* | tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf2013-08-011-3/+6
* | tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf2013-08-011-26/+15
* | tile: set hw_features and vlan_features in setupChris Metcalf2013-08-012-33/+25
* | gianfar: Remove unused field grp_id from gfar_priv_grpClaudiu Manoil2013-08-012-4/+1
* | net: add a temporary sanity check in skb_orphan()Eric Dumazet2013-08-011-0/+2
|/
* ipv6: fib6_rules should return exact return valueHannes Frederic Sowa2013-08-011-3/+11