aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-17can: slcan: Replace sizeof struct can_frame with CAN_MTUMarek Vasut1-2/+2
2016-06-17can: dev: can-calc-bit-timing(): better sample point calculationMarc Kleine-Budde1-55/+85
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring3-3/+14
2016-06-17MAINTAINERS: Add file patterns for can device tree bindingsGeert Uytterhoeven1-0/+1
2016-06-16net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann1-1/+1
2016-06-16Merge branch 'vmxnet3-upgrade-to-version3'David S. Miller6-82/+585
2016-06-16vmxnet3: update to version 3Shrikrishna Khare2-3/+8
2016-06-16vmxnet3: introduce command to register memory regionShrikrishna Khare1-0/+17
2016-06-16vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare4-1/+253
2016-06-16vmxnet3: add receive data ring supportShrikrishna Khare4-45/+193
2016-06-16vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare4-19/+64
2016-06-16vmxnet3: introduce generalized command interface to configure the deviceShrikrishna Khare1-1/+21
2016-06-16vmxnet3: prepare for version 3 changesShrikrishna Khare6-20/+36
2016-06-16Merge branch 'qeth-next'David S. Miller8-725/+800
2016-06-16s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott1-13/+12
2016-06-16qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperSocketsHans Wippel2-4/+17
2016-06-16qeth: improve set_features error handlingHans Wippel1-11/+27
2016-06-16qeth: add network device features for VLAN devicesHans Wippel2-2/+10
2016-06-16qeth layer 2 and layer 3 common feature handlingThomas Richter4-198/+111
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy7-458/+482
2016-06-16qeth: introduce linearization fail count to statsEugene Crosser4-8/+23
2016-06-16qeth: enable scatter/gather by defaultEugene Crosser2-3/+4
2016-06-16qeth: enable scatter/gather in layer 2 modeEugene Crosser1-1/+25
2016-06-16qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser1-1/+3
2016-06-16qeth: clean up condition when tso is usedEugene Crosser2-20/+30
2016-06-16qeth: refactor calculation of SBALE countEugene Crosser3-41/+85
2016-06-16qeth: Include error message for "OS Mismatch"Eugene Crosser1-0/+6
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann2-6/+6
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann1-1/+1
2016-06-16isdn: eicon: fix old-style declarationsArnd Bergmann2-9/+9
2016-06-16hamradio: baycom: fix old-style declarationArnd Bergmann1-3/+3
2016-06-16net: the space is required after ','Wei Tang1-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-16net: qlcnic: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-16dsa: b53: fix big-endian register accessArnd Bergmann1-12/+8
2016-06-16mpls: allow routes on ipgre devicesSimon Horman1-3/+4
2016-06-16r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang1-2/+2
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-06-16Merge branch 'stmmac-wol'David S. Miller4-9/+54
2016-06-16ARM: dts: rockchip: add interrupt for Wake-on-Lan on RK3288Vincent Palatin1-2/+3
2016-06-16net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin1-5/+43
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2-2/+8
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1
2016-06-16netlink: Add comment to warn about deprecated netlink rings attribute requestFabien Siron1-0/+1
2016-06-15Merge branch 'bpf-fd-array-release'David S. Miller4-49/+122
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann3-38/+91
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann3-10/+24
2016-06-15bpf, maps: add release callbackDaniel Borkmann2-2/+8