summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-16qeth layer 2 and layer 3 common feature handlingThomas Richter
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy
2016-06-16qeth: introduce linearization fail count to statsEugene Crosser
2016-06-16qeth: enable scatter/gather by defaultEugene Crosser
2016-06-16qeth: enable scatter/gather in layer 2 modeEugene Crosser
2016-06-16qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser
2016-06-16qeth: clean up condition when tso is usedEugene Crosser
2016-06-16qeth: refactor calculation of SBALE countEugene Crosser
2016-06-16qeth: Include error message for "OS Mismatch"Eugene Crosser
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann
2016-06-16isdn: eicon: fix old-style declarationsArnd Bergmann
2016-06-16hamradio: baycom: fix old-style declarationArnd Bergmann
2016-06-16net: the space is required after ','Wei Tang
2016-06-16net: do not initialise statics to 0Wei Tang
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann
2016-06-16net: qlcnic: don't set unused function argumentArnd Bergmann
2016-06-16dsa: b53: fix big-endian register accessArnd Bergmann
2016-06-16mpls: allow routes on ipgre devicesSimon Horman
2016-06-16r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes
2016-06-16Merge branch 'stmmac-wol'David S. Miller
2016-06-16ARM: dts: rockchip: add interrupt for Wake-on-Lan on RK3288Vincent Palatin
2016-06-16net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long
2016-06-16netlink: Add comment to warn about deprecated netlink rings attribute requestFabien Siron
2016-06-15Merge branch 'bpf-fd-array-release'David S. Miller
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2016-06-15bpf, maps: add release callbackDaniel Borkmann
2016-06-15Merge branch 'sfc-rx-vlan-filtering'David S. Miller
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko
2016-06-15sfc: Update MCDI protocol definitionsEdward Cree
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko