aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel2-4/+8
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver1-4/+2
2016-10-18qed: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-7/+4
2016-10-18rocker: fix maybe-uninitialized warningArnd Bergmann1-2/+2
2016-10-18net/hyperv: avoid uninitialized variableArnd Bergmann1-1/+1
2016-10-18net: bcm63xx: avoid referencing uninitialized variableArnd Bergmann1-1/+2
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet1-1/+0
2016-10-18ibmvnic: Update MTU after device initializationThomas Falcon1-0/+2
2016-10-18ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon1-1/+1
2016-10-18ibmvnic: Driver Version 1.0.1Thomas Falcon1-1/+1
2016-10-18bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-10-18netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann1-6/+4
2016-10-18tcp: Remove unused but set variableTobias Klauser1-2/+0
2016-10-18cxgb4: Fix number of queue sets corssing the limitGanesh Goudar1-1/+1
2016-10-18ipv4: Remove unused but set variableTobias Klauser1-3/+0
2016-10-18dwc_eth_qos: enable flow control by defaultNiklas Cassel1-0/+1
2016-10-18dwc_eth_qos: do not clear pause flags from phy_device->supportedNiklas Cassel1-1/+2
2016-10-18net/hsr: Remove unused but set variableTobias Klauser1-4/+0
2016-10-18bnx2: fix locking when netconsole is usedIvan Vecera1-6/+11
2016-10-17net: dsa: bcm_sf2: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: dsa: b53: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: qcom/emac: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-17net: ethernet: nb8800: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17net: nps_enet: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-17netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso1-1/+15
2016-10-17netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter1-1/+2
2016-10-17netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter1-1/+1
2016-10-17netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang1-0/+1
2016-10-17netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang1-0/+2
2016-10-17netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang1-0/+1
2016-10-17netfilter: conntrack: remove obsolete sysctl (nf_conntrack_events_retry_timeout)Nicolas Dichtel1-18/+0
2016-10-17netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen1-2/+4
2016-10-17netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven1-2/+2
2016-10-17cxgb4: fix memory leak of qe on error exit pathColin Ian King1-1/+3
2016-10-17net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern6-11/+44
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel7-62/+93
2016-10-15vmxnet3: avoid assumption about invalid dma_pa in vmxnet3_set_mc()Alexey Khoroshilov1-7/+10
2016-10-15stmmac: fix an error code in stmmac_ptp_register()Dan Carpenter1-1/+3
2016-10-15net: qcom/emac: disable interrupts before calling phy_disconnectTimur Tabi1-2/+6
2016-10-15r8169: set coherent DMA mask as well as streaming DMA maskArd Biesheuvel1-1/+2
2016-10-14net: asix: Avoid looping when the device does not respondGuenter Roeck1-4/+4
2016-10-14ethtool: silence warning on bit lossJesse Brandeburg1-2/+1
2016-10-14net/mlx4_en: fixup xdp tx irq to match rxBrenden Blanco1-1/+9
2016-10-14qed: Additional work toward cleaning C=1Yuval Mintz8-164/+58
2016-10-14qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz12-130/+120
2016-10-14qed: Fix static checker warning.Yuval Mintz1-6/+1
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac2-8/+32