aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/irda (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-18net: phy: Create phy_supported_speeds function which lists speeds currently supported by a phydeviceZach Brown2-0/+50
2016-10-18net: phy: Encapsulate actions performed during link state changes into function phy_adjust_linkZach Brown1-8/+13
2016-10-18skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespaceZach Brown2-5/+5
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern1-7/+15
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern1-0/+15
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern2-230/+18
2016-10-18rocker: Flip to the new dev walk APIDavid Ahern1-7/+24
2016-10-18mlxsw: Flip to the new dev walk APIDavid Ahern1-14/+23
2016-10-18ixgbe: Flip to the new dev walk APIDavid Ahern1-50/+82
2016-10-18IB/ipoib: Flip to new dev walk APIDavid Ahern1-12/+25
2016-10-18IB/core: Flip to the new dev walk APIDavid Ahern2-27/+24
2016-10-18net: bonding: Flip to the new dev walk APIDavid Ahern2-38/+61
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern2-0/+172
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern1-15/+12
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann12-765/+1096
2016-10-18bpf: add various tests around spill/fill of regsDaniel Borkmann1-0/+116
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson33-222/+169
2016-10-18ethernet/toshiba: use core min/max MTU checkingJarod Wilson4-41/+8
2016-10-18ethernet/tile: use core min/max MTU checkingJarod Wilson2-35/+13
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson2-13/+9
2016-10-18ethernet/cavium: use core min/max MTU checkingJarod Wilson4-28/+12
2016-10-18ethernet/neterion: use core min/max MTU checkingJarod Wilson3-11/+9
2016-10-18ethernet/dlink: use core min/max MTU checkingJarod Wilson2-20/+8
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson7-24/+24
2016-10-18ethernet/realtek: use core min/max MTU checkingJarod Wilson3-17/+12
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson5-16/+11
2016-10-18ethernet/mellanox: use core min/max MTU checkingJarod Wilson2-22/+10
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod Wilson5-69/+35
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson13-101/+62
2016-10-18ethernet/broadcom: use core min/max MTU checkingJarod Wilson10-74/+51
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson7-51/+47
2016-10-18ARM: dts: dra72-evm-revc: fix correct phy delayMugunthan V N1-4/+4
2016-10-18ARM: dts: dra72-evm-revc: add phy impedance settingsMugunthan V N1-0/+2
2016-10-18net: phy: dp83867: add support for MAC impedance configurationMugunthan V N1-0/+28
2016-10-18net: phy: dp83867: Add documentation for optional impedance controlMugunthan V N1-0/+12
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser1-2/+1
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun1-2/+6
2016-10-17net: report right mtu value in error messageJakub Kicinski1-1/+1
2016-10-17net: ethernet: nb8800: fix error return code in nb8800_open()Wei Yongjun1-1/+3
2016-10-17fjes: fix format string for trace outputArnd Bergmann1-2/+2
2016-10-17arm: vf610: zii devel b: Add support for switch interruptsAndrew Lunn1-0/+51
2016-10-17net: phy: Use phy name when requesting the interruptAndrew Lunn1-2/+1
2016-10-17net: phy: Threaded interrupts allow some simplificationAndrew Lunn3-22/+30
2016-10-17net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn1-4/+4
2016-10-17net: dsa: mv88e6xxx: Implement interrupt support.Andrew Lunn5-12/+438
2016-10-17rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches1-2/+1
2016-10-17rds: Remove unused rds_conn_errorJoe Perches2-19/+0
2016-10-17net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2016-10-17ila: Don't use dest cache when gateway is setTom Herbert1-0/+8
2016-10-15ipvlan: constify l3mdev_ops structureJulia Lawall1-1/+1