summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-276lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau1-1/+1
2013-03-276lowpan: fix a small formatting issueTony Cheneau1-1/+1
2013-03-27ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ONstefan@datenfreihafen.org1-2/+2
2013-03-27ieee802154/at86rf230: Implement hardware address filter callback.stefan@datenfreihafen.org1-0/+47
2013-03-27ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger1-0/+10
2013-03-27VXLAN: Fix sparse warnings.Pravin B Shelar1-5/+4
2013-03-26MAINTAINERS: Update qlge maintainers listShahed Shaikh1-0/+1
2013-03-26net: fec: TX Buffer incorrectly initializedJim Baxter1-1/+1
2013-03-26Merge branch 'stmmac'David S. Miller21-391/+2019
2013-03-26stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO2-3/+32
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur8-10/+294
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur11-24/+732
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur4-4/+22
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO6-15/+257
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO6-50/+55
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO11-218/+528
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO10-137/+169
2013-03-26bonding: cleanup unneeded rcu_read_lock()Veaceslav Falico1-2/+1
2013-03-26MAINTAINERS: add netdev list for PTP (IEEE 1588)Jiri Benc1-0/+1
2013-03-26ptp_pch: fix typo in module parameter descriptionJiri Benc1-1/+1
2013-03-26net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-2/+2
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-03-26net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2-4/+4
2013-03-26Merge branch 'transport-header'David S. Miller5-1/+59
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang1-1/+7
2013-03-26netback: set transport header before passing it to kernelJason Wang1-0/+12
2013-03-26packet: set transport header before doing xmitJason Wang1-0/+21
2013-03-26tuntap: set transport header before passing it to kernelJason Wang1-0/+10
2013-03-26macvtap: set transport header before passing skb to lower deviceJason Wang1-0/+9
2013-03-26netlink: remove duplicated NLMSG_ALIGNHong zhi guo1-1/+1
2013-03-26Merge branch '6lowpan'David S. Miller6-30/+128
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau1-3/+36
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau1-2/+4
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau1-0/+8
2013-03-26mac802154: add mac802154_dev_get_dsn()Tony Cheneau3-0/+11
2013-03-266lowpan: store fragment tag values per device instead of net stack wideTony Cheneau1-4/+5
2013-03-266lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau1-4/+21
2013-03-266lowpan: fix first fragment (FRAG1) handlingTony Cheneau1-13/+23
2013-03-266lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau1-8/+15
2013-03-26mac802154: turn on ACK when enabled by the upper layersTony Cheneau1-0/+2
2013-03-266lowpan: always enable link-layer acknowledgmentsTony Cheneau1-0/+4
2013-03-266lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau1-1/+3
2013-03-266lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau1-3/+4
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo2-19/+26
2013-03-26Merge branch 'ipv6-firewire'David S. Miller6-178/+213
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明3-9/+96
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...YOSHIFUJI Hideaki / 吉藤英明4-135/+82
2013-03-26firewire net: Ignore spd and max_payload advertised by ARP.YOSHIFUJI Hideaki / 吉藤英明1-16/+0
2013-03-26firewire net: Allocate address handler before registering net_device.YOSHIFUJI Hideaki / 吉藤英明1-12/+10
2013-03-26firewire net: Send L2 multicast via GASP.YOSHIFUJI Hideaki / 吉藤英明1-5/+7