summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-14vti6: Support inter address family tunneling.Steffen Klassert
2014-03-14xfrm6: Remove xfrm_tunnel_notifierSteffen Klassert
2014-03-14vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert
2014-03-14vti6: Remove caching of flow informations.Steffen Klassert
2014-03-14vti6: Remove dst_entry cachingSteffen Klassert
2014-03-14ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-03-14ah6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-03-14esp6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-03-14xfrm6: Add IPsec protocol multiplexerSteffen Klassert
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel
2014-03-04be2net: dma_sync each RX frag before passing it to the stackSathya Perla
2014-03-04Merge branch 'mpls_tc'David S. Miller
2014-03-04cfg80211: add MPLS and 802.21 classificationSimon Wunderlich
2014-03-04UAPI: add MPLS label stack definitionSimon Wunderlich
2014-03-04if_ether.h: add IEEE 802.21 EthertypeSimon Wunderlich
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng
2014-03-03sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA
2014-03-03ieee802154: fix at86rf212_set_txpower() exit pathJean Sacren
2014-03-03connector: remove duplicated code in cn_call_callback()Alexey Khoroshilov
2014-03-02Merge branch 'mlx4'David S. Miller
2014-03-02net/mlx4_en: Change Connect-X description in kconfigEyal Perry
2014-03-02net/mlx4_en: Use union for BlueFlame WQEAmir Vadai
2014-03-02net/mlx4_core: Fix sparse warningEyal Perry
2014-03-02net/mlx4_en: Fix selftest failing on non 10G link speedAmir Vadai
2014-03-02net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()Eugenia Emantayev
2014-03-02net/mlx4_en: Move queue stopped/waked counters to be per ringEugenia Emantayev
2014-03-02net/mlx4_en: Pad ethernet packets smaller than 17 bytesEugenia Emantayev
2014-03-02net/mlx4_en: Verify mlx4_en module parametersEugenia Emantayev
2014-03-02net/mlx4_en: Fix UP limit in ieee_ets->prio_tcAmir Vadai
2014-03-02Merge branch '6lowpan'David S. Miller
2014-03-026lowpan: use memcpy to set tag value in fraghdrAlexander Aring
2014-03-026lowpan: remove initialization of tag valueAlexander Aring
2014-03-026lowpan: fix type of datagram size parameterAlexander Aring
2014-03-02Merge branch 'intel-next'David S. Miller
2014-03-02ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller
2014-03-02ixgbe: Check config reads for removalMark Rustad
2014-03-02ixgbe: Fix up some ethtool results when adapter is removedMark Rustad
2014-03-02ixgbe: Restore hw_addr in LER recovery pathsMark Rustad
2014-03-02bonding: send arp requests even if there's no route to themVeaceslav Falico
2014-02-28Merge branch '6lowpan'David S. Miller
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring
2014-02-28net: ns: add ieee802154_6lowpan namespaceAlexander Aring
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring
2014-02-286lowpan: change tag type to __be16Alexander Aring
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring
2014-02-286lowpan: add uncompress header size functionAlexander Aring
2014-02-286lowpan: add frag information structAlexander Aring
2014-02-28net: w5100: Use devm_ioremap_resource()Jingoo Han