summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-183-0/+8
* ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-183-7/+13
* ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-183-37/+41
* ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2016-06-183-4/+8
* net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-171-14/+2
* net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes2016-06-171-30/+18
* RDS: TCP: Fix non static symbol warningsWei Yongjun2016-06-171-2/+2
* net:liquidio: remove unused including <linux/version.h>Wei Yongjun2016-06-171-1/+0
* gtp: remove unused including <linux/version.h>Wei Yongjun2016-06-171-1/+0
* Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/l...David S. Miller2016-06-1718-255/+2219
|\
| * can: rcar_can: Move Renesas CAN driver to rcar dirRamesh Shanmugasundaram2016-06-175-12/+12
| * can: rcar_canfd: Add Renesas R-Car CAN FD driverRamesh Shanmugasundaram2016-06-176-0/+1802
| * can: bcm: add documentation for CAN FD supportOliver Hartkopp2016-06-171-1/+24
| * can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-172-88/+136
| * can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
| * can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
| * can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12
| * can: gs_usb: add ethtool set_phys_id callback to locate physical deviceMaximilian Schneider2016-06-171-31/+85
| * can: gs_usb: codingstyle: introduce use of BIT() + fix indentionMaximilian Schneider2016-06-171-11/+14
| * can: tscan1: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-171-11/+1
| * can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut2016-06-171-2/+2
| * can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde2016-06-171-55/+85
| * can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-173-3/+14
| * MAINTAINERS: Add file patterns for can device tree bindingsGeert Uytterhoeven2016-06-171-0/+1
* | Merge branch 'cpsw-delete-rx_descs'David S. Miller2016-06-179-16/+10
|\ \
| * | Documentation: DT: cpsw: remove rx_descs propertyIvan Khoronzhuk2016-06-175-5/+0
| * | net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk2016-06-174-11/+10
|/ /
* | tipc: potential shift wrapping bug in map_set()Dan Carpenter2016-06-171-2/+2
* | Merge branch 'vrf-next'David S. Miller2016-06-177-22/+183
|\ \
| * | net: ipv6: Address selection needs to consider L3 domainsDavid Ahern2016-06-172-0/+79
| * | net: vrf: Implement get_saddr for IPv6David Ahern2016-06-174-2/+86
| * | net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern2016-06-172-20/+18
|/ /
* | net: lantiq_etop: remove unused variableSudip Mukherjee2016-06-171-1/+0
* | Merge branch 'tunnel-offload-future-proof'David S. Miller2016-06-1727-709/+477
|\ \ | |/ |/|
| * vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck2016-06-172-0/+7
| * net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-174-113/+14
| * qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-174-32/+14
| * qede: Move all UDP port notifiers to single functionAlexander Duyck2016-06-172-85/+50
| * nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-8/+14
| * mlx5_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-7/+13
| * mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-173-30/+20
| * ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-172-42/+26
| * i40e: Move all UDP port notifiers to single functionAlexander Duyck2016-06-172-156/+51
| * fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-172-27/+20
| * benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-172-25/+15
| * bnxt: Move GENEVE support from hard-coded port to using port notifierAlexander Duyck2016-06-172-6/+33
| * bnxt: Update drivers to support unified UDP encapsulation offload functionsAlexander Duyck2016-06-172-29/+40
| * bnx2x: Move all UDP port notifiers to single functionAlexander Duyck2016-06-172-81/+33
| * net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-177-8/+41
| * net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-174-102/+151
OpenPOWER on IntegriCloud