aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* batman-adv: update Makefile copyright yearsAntonio Quartulli2013-03-27
* batman-adv: Start new development cycleSimon Wunderlich2013-03-27
* batman-adv: free an hard-interface before adding itAntonio Quartulli2013-03-27
* batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann2013-03-27
* batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann2013-03-27
* batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner2013-03-27
* batman-adv: Don't always delete softif when last slave was removedSven Eckelmann2013-03-27
* batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann2013-03-27
* batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann2013-03-27
* batman-adv: Fix endianness errors for network codingMartin Hundebøll2013-03-27
* 6lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau2013-03-27
* 6lowpan: fix a small formatting issueTony Cheneau2013-03-27
* ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ONstefan@datenfreihafen.org2013-03-27
* ieee802154/at86rf230: Implement hardware address filter callback.stefan@datenfreihafen.org2013-03-27
* ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger2013-03-27
* VXLAN: Fix sparse warnings.Pravin B Shelar2013-03-27
* MAINTAINERS: Update qlge maintainers listShahed Shaikh2013-03-26
* net: fec: TX Buffer incorrectly initializedJim Baxter2013-03-26
* Merge branch 'stmmac'David S. Miller2013-03-26
|\
| * stmmac: update the Doc and Version (PTP+SGMII)Giuseppe CAVALLARO2013-03-26
| * stmmac: add the support for PTP hw clock driverRayagond Kokatanur2013-03-26
| * stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur2013-03-26
| * stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur2013-03-26
| * stmmac: initial support to manage pcs modesGiuseppe CAVALLARO2013-03-26
| * stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO2013-03-26
| * stmmac: support extend descriptorsGiuseppe CAVALLARO2013-03-26
| * stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO2013-03-26
|/
* bonding: cleanup unneeded rcu_read_lock()Veaceslav Falico2013-03-26
* MAINTAINERS: add netdev list for PTP (IEEE 1588)Jiri Benc2013-03-26
* ptp_pch: fix typo in module parameter descriptionJiri Benc2013-03-26
* net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-26
* net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-26
* net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-26
* Merge branch 'transport-header'David S. Miller2013-03-26
|\
| * net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-26
| * netback: set transport header before passing it to kernelJason Wang2013-03-26
| * packet: set transport header before doing xmitJason Wang2013-03-26
| * tuntap: set transport header before passing it to kernelJason Wang2013-03-26
| * macvtap: set transport header before passing skb to lower deviceJason Wang2013-03-26
|/
* netlink: remove duplicated NLMSG_ALIGNHong zhi guo2013-03-26
* Merge branch '6lowpan'David S. Miller2013-03-26
|\
| * 6lowpan: modify udp compression/uncompression to match the standardTony Cheneau2013-03-26
| * 6lowpan: use the PANID provided by the device instead of a static valueTony Cheneau2013-03-26
| * 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau2013-03-26
| * mac802154: add mac802154_dev_get_dsn()Tony Cheneau2013-03-26
| * 6lowpan: store fragment tag values per device instead of net stack wideTony Cheneau2013-03-26
| * 6lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau2013-03-26
| * 6lowpan: fix first fragment (FRAG1) handlingTony Cheneau2013-03-26
| * 6lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau2013-03-26
| * mac802154: turn on ACK when enabled by the upper layersTony Cheneau2013-03-26