summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppp: reuse print_hex_dump_bytesAndy Shevchenko2013-03-271-51/+2
* net: core: let's use native isxdigit instead of customAndy Shevchenko2013-03-271-3/+2
* bnx2x: Cosmetic changesYaniv Rosner2013-03-271-11/+13
* bnx2x: Support reading I2C EEPROM SFF8472Yaniv Rosner2013-03-273-60/+155
* bnx2x: Prevent VF raceDmitry Kravkov2013-03-275-34/+82
* bnx2x: Fix VF outer vlan removalAriel Elior2013-03-271-8/+9
* bnx2x: Fix VF statisticsAriel Elior2013-03-273-37/+47
* bnx2x: missing ARI should not be lethalAriel Elior2013-03-271-4/+6
* bnx2x: Fix AER semaphore releaseYuval Mintz2013-03-271-1/+1
* net: switch to use skb_probe_transport_header()Jason Wang2013-03-274-45/+6
* net: core: introduce skb_probe_transport_header()Jason Wang2013-03-271-0/+14
* net: core: let skb_partial_csum_set() set transport headerJason Wang2013-03-271-0/+1
* ptp_pch: eliminate a number of sparse warningsSahara2013-03-271-13/+14
* 6lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau2013-03-271-1/+1
* 6lowpan: fix a small formatting issueTony Cheneau2013-03-271-1/+1
* ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ONstefan@datenfreihafen.org2013-03-271-2/+2
* ieee802154/at86rf230: Implement hardware address filter callback.stefan@datenfreihafen.org2013-03-271-0/+47
* ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger2013-03-271-0/+10
* VXLAN: Fix sparse warnings.Pravin B Shelar2013-03-271-5/+4
* MAINTAINERS: Update qlge maintainers listShahed Shaikh2013-03-261-0/+1
* net: fec: TX Buffer incorrectly initializedJim Baxter2013-03-261-1/+1
* Merge branch 'stmmac'David S. Miller2013-03-2621-391/+2019
|\
| * stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO2013-03-262-3/+32
| * stmmac: add the support for PTP hw clock driverRayagond Kokatanur2013-03-268-10/+294
| * stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur2013-03-2611-24/+732
| * stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur2013-03-264-4/+22
| * stmmac: initial support to manage pcs modesGiuseppe CAVALLARO2013-03-266-15/+257
| * stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO2013-03-266-50/+55
| * stmmac: support extend descriptorsGiuseppe CAVALLARO2013-03-2611-218/+528
| * stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO2013-03-2610-137/+169
|/
* bonding: cleanup unneeded rcu_read_lock()Veaceslav Falico2013-03-261-2/+1
* MAINTAINERS: add netdev list for PTP (IEEE 1588)Jiri Benc2013-03-261-0/+1
* ptp_pch: fix typo in module parameter descriptionJiri Benc2013-03-261-1/+1
* net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-2/+2
* net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-1/+1
* net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-262-4/+4
* Merge branch 'transport-header'David S. Miller2013-03-265-1/+59
|\
| * net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
| * netback: set transport header before passing it to kernelJason Wang2013-03-261-0/+12
| * packet: set transport header before doing xmitJason Wang2013-03-261-0/+21
| * tuntap: set transport header before passing it to kernelJason Wang2013-03-261-0/+10
| * macvtap: set transport header before passing skb to lower deviceJason Wang2013-03-261-0/+9
|/
* netlink: remove duplicated NLMSG_ALIGNHong zhi guo2013-03-261-1/+1
* Merge branch '6lowpan'David S. Miller2013-03-266-30/+128
|\
| * 6lowpan: modify udp compression/uncompression to match the standardTony Cheneau2013-03-261-3/+36
| * 6lowpan: use the PANID provided by the device instead of a static valueTony Cheneau2013-03-261-2/+4
| * 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau2013-03-261-0/+8
| * mac802154: add mac802154_dev_get_dsn()Tony Cheneau2013-03-263-0/+11
| * 6lowpan: store fragment tag values per device instead of net stack wideTony Cheneau2013-03-261-4/+5
| * 6lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau2013-03-261-4/+21
OpenPOWER on IntegriCloud