summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-27batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann
2013-03-27batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner
2013-03-27batman-adv: Don't always delete softif when last slave was removedSven Eckelmann
2013-03-27batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann
2013-03-27batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann
2013-03-27batman-adv: Fix endianness errors for network codingMartin Hundebøll
2013-03-276lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau
2013-03-276lowpan: fix a small formatting issueTony Cheneau
2013-03-27ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ONstefan@datenfreihafen.org
2013-03-27ieee802154/at86rf230: Implement hardware address filter callback.stefan@datenfreihafen.org
2013-03-27ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger
2013-03-27VXLAN: Fix sparse warnings.Pravin B Shelar
2013-03-26MAINTAINERS: Update qlge maintainers listShahed Shaikh
2013-03-26net: fec: TX Buffer incorrectly initializedJim Baxter
2013-03-26Merge branch 'stmmac'David S. Miller
2013-03-26stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO
2013-03-26bonding: cleanup unneeded rcu_read_lock()Veaceslav Falico
2013-03-26MAINTAINERS: add netdev list for PTP (IEEE 1588)Jiri Benc
2013-03-26ptp_pch: fix typo in module parameter descriptionJiri Benc
2013-03-26net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-03-26net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-03-26Merge branch 'transport-header'David S. Miller
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang
2013-03-26netback: set transport header before passing it to kernelJason Wang
2013-03-26packet: set transport header before doing xmitJason Wang
2013-03-26tuntap: set transport header before passing it to kernelJason Wang
2013-03-26macvtap: set transport header before passing skb to lower deviceJason Wang
2013-03-26netlink: remove duplicated NLMSG_ALIGNHong zhi guo
2013-03-26Merge branch '6lowpan'David S. Miller
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau
2013-03-26mac802154: add mac802154_dev_get_dsn()Tony Cheneau
2013-03-266lowpan: store fragment tag values per device instead of net stack wideTony Cheneau
2013-03-266lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau
2013-03-266lowpan: fix first fragment (FRAG1) handlingTony Cheneau
2013-03-266lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau
2013-03-26mac802154: turn on ACK when enabled by the upper layersTony Cheneau
2013-03-266lowpan: always enable link-layer acknowledgmentsTony Cheneau
2013-03-266lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau
2013-03-266lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo