aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05drivers: net: xgene: Read tx/rx delay for ACPIIyappan Subramanian1-2/+2
2017-09-05rocker: fix kcalloc parameter orderZahari Doychev1-2/+2
2017-09-05rds: Fix non-atomic operation on shared flag variableHÃ¥kon Bugge1-2/+2
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski1-2/+6
2017-09-05vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe5-6/+17
2017-09-05rxrpc: Make service connection lookup always check for retryDavid Howells1-2/+1
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier2-19/+19
2017-09-05gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-05cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar1-1/+15
2017-09-05cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar1-8/+4
2017-09-05cxgb4: fix memory leakGanesh Goudar1-3/+3
2017-09-05tun: rename generic_xdp to skb_xdpJason Wang1-7/+11
2017-09-05tun: reserve extra headroom only when XDP is setJason Wang1-8/+18
2017-09-05net: dsa: bcm_sf2: Configure IMP port TC2QOS mappingFlorian Fainelli1-0/+9
2017-09-05net: dsa: bcm_sf2: Advertise number of egress queuesFlorian Fainelli2-1/+7
2017-09-05net: dsa: tag_brcm: Set output queue from skb queue mappingFlorian Fainelli1-1/+2
2017-09-05net: dsa: Allow switch drivers to indicate number of TX queuesFlorian Fainelli2-2/+9
2017-09-05bridge: switchdev: Use an helper to clear forward markIdo Schimmel2-3/+10
2017-09-05net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2-6/+8
2017-09-05flow_dissector: Add limit for number of headers to dissectTom Herbert1-3/+22
2017-09-05flow_dissector: Cleanup control flowTom Herbert2-78/+153
2017-09-05soc: ti/knav_dma: include dmaengine headerArnd Bergmann1-0/+2
2017-09-05net/ncsi: fix ncsi_vlan_rx_{add,kill}_vid referencesArnd Bergmann2-0/+12
2017-09-05bpf: fix numa_node validationEric Dumazet1-1/+2
2017-09-04netfilter: nf_tables: support for recursive chain deletionPablo Neira Ayuso1-1/+23
2017-09-04netfilter: nf_tables: use NLM_F_NONREC for deletion requestsPablo Neira Ayuso1-1/+7
2017-09-04netlink: add NLM_F_NONREC flag for deletion requestsPablo Neira Ayuso1-0/+3
2017-09-04netfilter: nf_tables: add nf_tables_addchain()Pablo Neira Ayuso1-93/+106
2017-09-04netfilter: nf_tables: add nf_tables_updchain()Pablo Neira Ayuso1-78/+92
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao7-45/+14
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao15-46/+45
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal10-13/+4
2017-09-04netfilter: nft_limit: add stateful object typePablo M. Bermudo Garay2-2/+123
2017-09-04netfilter: nft_limit: replace pkt_bytes with bytesPablo M. Bermudo Garay1-13/+13
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay6-46/+90
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai3-31/+285
2017-09-03net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan8-87/+82
2017-09-03net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan4-3/+15
2017-09-03net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan3-84/+26
2017-09-03net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan1-2/+1
2017-09-03net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan1-11/+3
2017-09-03net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan3-4/+2
2017-09-03nfp: flower: restore RTNL locking around representor updatesJakub Kicinski1-2/+4
2017-09-03nfp: build the flower offload by defaultJakub Kicinski1-0/+1
2017-09-03nfp: be drop monitor friendlyJakub Kicinski2-1/+4
2017-09-03nfp: move the start/stop app callbacks backJakub Kicinski1-15/+11
2017-09-03nfp: flower: base lifetime of representors on existence of lower vNICJakub Kicinski1-23/+43
2017-09-03nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski9-27/+73
2017-09-03mlxsw: spectrum_router: Support GRE tunnelsPetr Machata4-0/+207