summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen2014-10-313-2/+49
* drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen2014-10-311-5/+5
* ethernet: mvneta: Use PHY status standard messageEzequiel Garcia2014-10-311-2/+1
* bonding: add bond_tx_drop() helperEric Dumazet2014-10-313-9/+14
* Merge branch 'sunvnet-multi-tx-queue'David S. Miller2014-10-312-31/+66
|\
| * sunvnet: Use one Tx queue per vnet_portSowmini Varadhan2014-10-312-31/+65
| * sunvnet: Reset LDC_EVENT_DATA_READY when napi completes.Sowmini Varadhan2014-10-311-0/+1
|/
* tcp: Correction to RFC number in commentSowmini Varadhan2014-10-311-1/+1
* sctp: replace seq_printf with seq_putsMichele Baldessari2014-10-311-2/+2
* sctp: add transport state in /proc/net/sctp/remaddrMichele Baldessari2014-10-311-2/+8
* tipc: spelling errorsstephen hemminger2014-10-302-3/+3
* r8152: set RTL8152_UNPLUG when finding -ENODEVhayeswang2014-10-301-2/+12
* syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-302-4/+10
* bnx2x: use napi_schedule_irqoff()Eric Dumazet2014-10-302-2/+2
* mlx4: use napi_schedule_irqoff()Eric Dumazet2014-10-302-4/+4
* ipv4: minor spelling fixesstephen hemminger2014-10-302-2/+2
* hyperv: Add IPv6 into the hash computation for vRSSHaiyang Zhang2014-10-302-2/+5
* ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov2014-10-301-7/+25
* ipv6: remove assignment in if conditionFabian Frederick2014-10-301-1/+2
* ipv6: remove inline on static in c fileFabian Frederick2014-10-301-6/+6
* ipv6: spelling s/incomming/incomingFabian Frederick2014-10-301-1/+1
* ipx: remove all unnecessary castings on ntohlFabian Frederick2014-10-301-7/+7
* Merge branch 'bpf-next'David S. Miller2014-10-303-45/+145
|\
| * test: bpf: add a testcase reduced from nmapAlexei Starovoitov2014-10-301-0/+43
| * samples: bpf: add a verifier test and summary lineAlexei Starovoitov2014-10-301-1/+45
| * bpf: reduce verifier memory consumptionAlexei Starovoitov2014-10-301-44/+57
|/
* Merge branch 'dsa-next'David S. Miller2014-10-3017-19/+1202
|\
| * net: dsa: Provide additional RMON statisticsGuenter Roeck2014-10-303-5/+27
| * net: dsa/mv88e6352: Add support for reading switch registersGuenter Roeck2014-10-301-0/+2
| * net: dsa/mv88e6123_61_65: Add support for reading switch registersGuenter Roeck2014-10-303-0/+29
| * net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck2014-10-302-0/+30
| * net: dsa/mv88e6352: Implement EEPROM access functionsGuenter Roeck2014-10-302-3/+224
| * dsa: Add new optional devicetree property to describe EEPROM sizeGuenter Roeck2014-10-301-1/+8
| * net: dsa: Add support for switch EEPROM accessGuenter Roeck2014-10-303-0/+55
| * net: dsa/mv88e6123_61_65: Report chip temperatureGuenter Roeck2014-10-301-2/+66
| * net: dsa/mv88e6352: Report chip temperatureGuenter Roeck2014-10-301-0/+101
| * net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2014-10-303-0/+158
| * net: dsa/mv88e6352: Add support for MV88E6176Guenter Roeck2014-10-302-2/+5
| * net: dsa: Add support for Marvell 88E6352Guenter Roeck2014-10-306-0/+490
| * net: dsa: Report known silicon revisions for Marvell 88E6131Guenter Roeck2014-10-301-4/+8
| * net: dsa: Report known silicon revisions for Marvell 88E6060Guenter Roeck2014-10-301-1/+4
| * net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck2014-10-303-6/+0
|/
* neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-292-20/+15
* net: introduce napi_schedule_irqoff()Eric Dumazet2014-10-292-1/+27
* Merge branch 'xen-netback-next'David S. Miller2014-10-292-2/+2
|\
| * xen-netback: Remove __GFP_COLDZoltan Kiss2014-10-291-1/+1
| * xen-netback: Disable NAPI after disabling interruptsZoltan Kiss2014-10-291-1/+1
|/
* net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-10-294-2/+59
* Merge branch 'r8152-next'David S. Miller2014-10-291-2/+24
|\
| * r8152: support nway_reset of ethtoolhayeswang2014-10-291-0/+22